Archived topic
40px Space in Top Bar / Nav / Logo area
3 replies · Started by Martin on March 25, 2023
Hi there.
Maybe I am missing something clearly obvious but I am attempting to find and remove the 40px gap on the left of the logo and right side of the main navigation.
<div class="inside-navigation grid-container">
...
</div>
This DIV has padding 0 40 0 40
.main-navigation.has-branding .inside-navigation.grid-container, .main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container) {
padding: 0 40px 0 40px;
}
Is that something I can change in customiser or find in the CSS?
If so, where? I can't find anything in my edits that puts a 40px gap there.
Thanks.
Martin
Hi there,
in Customizer > Layout > Container you can set the Container Alignment to Boxes to remove that padding.
Thank you David.
You're welcome