Hi there,
Can’t seem to get this logo to look quite right in any screen size! Never looks “well-aligned” with the navigation and the space available.
Any suggestions?
Many thanks
Hey rpl_admin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img {
margin-top: 15px;
}
.header-scrolled .logo img {
margin-top: 0;
}
Best regards,
Yigit
Hey Yigit,
Many thanks for your quick reply. That’s certainly improved it. Still looks too high in 768 portrait and smaller. (I cropped the image to the minimum and increased the top margin in the code you sent me to 20px).
Also I notice some sites (e.g. Meet Google Drive) have sticky header in mobile screen sizes. Can we do that with Enfold?
Once again many thanks for a fantastic theme and excellent support.
Robert
Hey Robert!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) {
.logo a{ top: 20px; }
}
Cheers!
Josue
Hi Josue,
Thanks for the quick reply but that doesn’t seem to have made any difference on screen 768 portrait and below.
I don’t see the code being applied in Quick CSS – http://ielts-practice-tests.com/wp-content/uploads/dynamic_avia/enfold.css
It should look like this:
Regards,
Josue
Right. Sorry we hadn’t refreshed sufficiently. Only problem now is that in 768 portrait the logo is cut off at the bottom when you scroll.
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) {
.header-scrolled .logo a{ top: 0; }
}
Best regards,
Yigit
That’s great. Many thanks, gentlemen.
Woops. Sorry, spoke to soon. Something strange happening at 480 – logo seems to have become huge.
Sorry. Ignore previous. Had one bracket too many – all good again.