Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’ve been trying to center align the logo for mobile site (using SitOrigin Corp).
I used the following CSS but the logo was not going in the true center, instead it seemed to be the center of the space between the left side of the header and the nav icon – therefore appearing to the left slightly.
@media (max-width: 650px) { .site-branding { text-align: center; width: 100%; } }
Result when CSS added: Screenshot
Hi Cameron
Thanks for reaching out.
.site-branding
has 20px of right padding. Try setting that to zero in your custom rule.