Hi, for my site using the enfold theme, when I view it on my iphone I noticed that the social icons in the top header are not centered. I did a search in this forum and found the code below but its not working for me-
@media only screen and (max-width: 767px) {
.responsive.bottom_nav_header #header_main .social_bookmarks {
top: -15px;
}}
Any suggestions?
Also for the phone area on the top right, I wanted to enlarge this font and wrapped the text in the <h5> tag which worked fine to enlarge it but it pushes the phone number down past the top bar. Is there anyway I can reduce the top padding in this section?
Thanks.
Hi mstell168!
Can you post the link to your website so we can take a look?
Cheers!
Yigit
Hi , sure its http://www.540clienttest3.com/
Thanks!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#top .social_bookmarks { margin: 0; }}
.social_header .phone-info { line-height: 0; }
Cheers!
Yigit
Perfect! thanks again.