Top header. td-top-menu-full on desktop

Posted in: Newsmag
Post count: 8

Hi there, how are you? I would like to see my top header (div class= td-top-menu-full) just as the content width, and not full width on my desktop version. Is it possible via admin to remove that class from div? just the one that makes that top menu full visible? Thanks!

Post count: 35449

Hi,
Indeed that can be done, but it will need to edit the theme files, if you want, you can use this custom css:
.td-header-top-menu, .td-header-wrap .td-top-menu-full {
width: 1024px;
margin: auto;
}

Set the code in the theme panel > custom code> custom css and the top bar will have the same width as the ret of the content.
Thank you!

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