Hello there,
Use the following CSS code to enlarge the main menu container and narrow down the site title container.
@media only screen and (min-width:768px) {
.site-header .col-md-4 {
width: 20%;
}
.site-header .col-md-8 {
width: 80%;
}
}
To apply to your site, add it into Appearance > Customize > Additional CSS in your site’s dashboard. Do adjustment if only needed.
Regards,
Kharis
That worked. Perfect. Thank you!
You’re most welcome! Glad to have an opportunity to assist you 🙂
I have a problem with the logo and menu alignment in the Sydney theme.
I have aligned the logo to the containers left hand edge and the menus to the right hand edge, and have changed the breakpoint for the menu hamburger to appear at 768 pixels width from the default 1024px.
However between 1024px and 768px width the logo and menus jump inwards out of alignment with the containers edge.
When I set the Row Layout to Standard they remain in alignment. However I need to fix the problem so they remain in alignment when the Row Layout is set to full width.
Can anyone help?
Hello @mattyleech,
I just posted a reply on your other new topic here.
Regards,
Kharis