-
AuthorPosts
-
July 16, 2015 at 10:47 am #474145
Hi, I’ve just finished a site for a client and noticed some strange padding issues only in safari, hopefully you can help me.
The site is yogidev.co.uk/accentu
The pages affected are –
• http://yogidev.co.uk/accentu/portfolio-item/haven/
• http://yogidev.co.uk/accentu/fabrics/
• http://yogidev.co.uk/accentu/design/
• http://yogidev.co.uk/accentu/resources/
• http://yogidev.co.uk/accentu/about-us/
• http://yogidev.co.uk/accentu/contact-us/I’m sure, comparing it with Chrome you will be able to see the issue.
Thanks,
MattJuly 16, 2015 at 10:51 am #474148Hey Matt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-safari div.hr.hr-invisible.avia-builder-el-1.el_before_av_one_half.avia-builder-el-first { margin-top: 0; }If that does not help, please create a temporary admin login and post it here privately
Cheers!
YigitJuly 16, 2015 at 10:57 am #474150July 16, 2015 at 11:13 am #474163Hi!
I have added !important rule to the code and now it is working fine on my end
.avia-safari div.hr.hr-invisible.avia-builder-el-1.el_before_av_one_half.avia-builder-el-first { margin-top: 0 !important; }Please review your website now
Cheers!
YigitJuly 16, 2015 at 11:21 am #474169Great thank you, while you’re here as well, I wanted to be able to zoom in on text on iphones and added this code to line 44 in header.php
“if( strpos($responsive, ‘responsive’) !== false ) echo ‘<meta name=”viewport” content=”width=device-width”>’;”
but it still won’t zoom on iPhones
Thanks,
MattJuly 16, 2015 at 11:29 am #474172Ah never mind, I hadn’t made the file writeable.
July 16, 2015 at 11:32 am #474174 -
AuthorPosts
- The topic ‘Padding issues in Safari’ is closed to new replies.
