Malakomaha Posted January 9, 2009 Share Posted January 9, 2009 Hi all!On PrestaShop 1.1 demo like also in my shop there is "drunk" buttons, look on images bellow. How can it be fixed?Thnx a lot! Link to comment Share on other sites More sharing options...
langbianiam Posted January 13, 2009 Share Posted January 13, 2009 Hi all!On PrestaShop 1.1 demo like also in my shop there is "drunk" buttons, look on images bellow. How can it be fixed?Thnx a lot! Hi, You can fix at Global.css, find this code:form.std p.submit { padding-left:31%!important; margin-bottom: 1.5em; } change padding-left:3%!important; (only 3%)Brgds Link to comment Share on other sites More sharing options...
Malakomaha Posted January 30, 2009 Author Share Posted January 30, 2009 Yes, right decision.Thank U very much! Link to comment Share on other sites More sharing options...
Malakomaha Posted January 31, 2009 Author Share Posted January 31, 2009 Oops, after that 'Send' button in Coontact formhave climbed.So, we have to change some code:1) themes\yourtheme\contact-form.tpl to 2) themes\yourtheme\css\global.css form.std p.submit { padding-left:31%!important; margin-bottom: 1.5em; } to form.std p.submit { padding-left:3%!important; margin-bottom: 1.5em; } form.std p.submit1 { padding-left:31%!important; margin-bottom: 1.5em; } Link to comment Share on other sites More sharing options...
langbianiam Posted February 2, 2009 Share Posted February 2, 2009 Oops, after that 'Send' button in Coontact formhave climbed.So, we have to change some code:1) themes\yourtheme\contact-form.tpl to 2) themes\yourtheme\css\global.css form.std p.submit { padding-left:31%!important; margin-bottom: 1.5em; } to form.std p.submit { padding-left:3%!important; margin-bottom: 1.5em; } form.std p.submit1 { padding-left:31%!important; margin-bottom: 1.5em; } Oh, sorry.You must fix at contact-form.tpl at line #61 <input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" style="margin-left: 160px;"/> I added margin-left: 160pxBgrds Link to comment Share on other sites More sharing options...
Recommended Posts