Hello!
I want to center the Header Logo for mobile and tablet view but it is not letting me. It did allow me to center on desktop view but not on mobile view. Please help ASAP!
Hey kazumakitajima,
I’m not sure where to enter the override password. Could you let us know how to do that, or post regular login details in private please?
Best regards,
Rikard
Hi Rikard! Thank you so much for your quick response!
Please try again, my apologizes! Thank you.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
#header .logo {
transform: translateX(0);
margin: 0 auto;
}
}
Best regards,
Rikard
Hi,
I just put that in the Quick CSS but it still did not center the header logo on mobile and tablet view. Could you please please help?
I also want to remove the background and make it transparent, it is on desktop view but not on mobile view. Could you advise with this?
Hi,
It looks centered on my end, please try checking in an incognito or private browser window. Refer to this for the transparent header: https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile
Best regards,
Rikard