I’m currently building a new site but when I view it on a mobile the logo in the head is off centre and the social networking icons are showing over the top of the image
Hi pjnettitude!
Can you post the link to your website so we can take a look to provide you accurate custom CSS code?
Cheers!
Yigit
HI its http://www.xxxxxxxxxxxxxx.co.uk
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 35%;
}
#header_main .social_bookmarks {
top: 15%; }}
Cheers!
Yigit
Brilliant Thanks