Tagged: header text
Hi guys,
I recently realized, that on those websites, where I replaced the logo with text in the header, the text is not centered anymore on mobile. It used to be like this without adding anything to quick css. Must have been an update or something.
Any ideas what I need to add to quick css in order to center the header text on mobile and tablet?
Best regards,
Michel & Aline
Hey Aline,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.bg-logo {
width: 100% !important;
}
.logo a {
display: table !important;
margin: 0 auto !important;
}
}
Best regards,
Rikard
Thank you, Rikard. That worked! Cheers
Hi,
Glad we could help :)
Best regards,
Nikko