Client wants logo centered on mobile. (Enfold)
I was thinking it might be overlap the hamburger menu but promised I’d try. Can’t seem to target it properly.
thanks!
Nancy
Hey nancyT,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive.html_header_top.html_logo_center #top .logo {
left: 10%;
position: relative;
float: right;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you! Problem solved.
Nancy
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard