Main Menu width

Posted in: Newspaper
Post count: 7

Hello, I would like to change the width of the main menu in header style 8. This would mean that I can then put all menu points in one row (http://newsletter-ibmsvenlo.com)

can you help me out how to make it a bit wider? Can I somehow control the margins?

Thank you very much!

Richard

Post count: 20685

Hi,

There is a solution for this, just enter this code in the Theme panel->Custom Css

.td-header-style-8
.sf-menu a.sf-with-ul {
padding-right: 21px;
}
@media (max-width: 1140px) {
.sf-menu .fa {
display: none;
}
}

However, you should consider changing your Header style because if you plan on adding more menu elements in the future, this will not work.
Take note that when you set a background color or image, your website will automatically change to the boxed version and a Full header style will adapt to give you the best result.

Thanks

Post count: 7

Thank you very much. the custom css worked perfectly!

Just the part with the background doesn’t really makes sense for me. I personally found the solution I was looking for but maybe interesting to know for others searching for help.

Post count: 22421

Hello,

The theme will go into boxed mode if you use any background image or background color on your site. it needs to be boxed so the background can show up properly. If the site will not be boxed, the background will not show up as it will be covered by the main container.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.