Menu size

Posted in: Newspaper
Post count: 45

Hi!

I would like to increase the width of the menu without increasing the width of the rest of the content, is it possible to do this?

Tks!!

Post count: 22421

Hello,

Unfortunately there is no setting for this though. It can however be done using a css trick:

.td-header-main-menu{
width: 80%!important;
}

add the code in the theme panel->custom css box
But this will not work if you use a background however as the site will go into boxed mode. Adding a background color or image will make the site go into boxed mode and then the menu trick is no longer possible.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.