Archived topic
logo in the menu does not align to the left
5 replies · Started by Stefano on September 9, 2020
Hello,
with the latest update there is no way to align the logo left in the menu bar. What can I do? Thank you
Hi there,
Sorry can you clear and disable the caching plugin for me to take a closer look at the code?
Thank you!
Cache plugin disabled
Hi there,
do you want to keep the nav centered ? and the logo left ?
If so - add this CSS:
@media(min-width: 1080px) {
.navigation-branding {
position: absolute;
left: 0;
top: 0;
}
}
Perfect! You can align the logo left at 1200px as in content. Thank you
Change the Customizer > Layout > Primary Navigation --> Inner Navigation Width to Contained. This will align the logo to the edge of the content container.