Hello – I noticed that on 15in monitors, the main navigation in the header (on the right) is too close to the logo on the left. I cannot make the logo smaller or the font for the navigation smaller, so wanted to stack some of the link text…for example “Product & Services” is on one line but if I could stack it, that would make the width of the whole menu less wide.
Please let me know how I can insert a break after words in the main nav to stack them in the main navigation instead of displayed inline.
Thanks and love the theme!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
You can adjust the left and right padding then decrease the font-size:
.main_menu ul:first-child > li > a {
padding: 0 8px !important;
font-size: 12px;
}
Regards,
Ismael
Thanks, Ismael – This works perfectly.