Problem with 2e level menu on the right side

Posted in: Newspaper
Post count: 5

Hi

I have a problem with the 2e level menu on the right side of the theme Newspaper. Juste a part of the main menu appaeared of the border of the fix frame (on a 27inch screen) Do you have a solution?

Thank for your Theme and your help

Jacques G.

You can see on my site or on the screenshot link here:
http://www.ecdqorg.info/
Problem with menu at the right border

Post count: 23312

Hello WebECDQ,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

@media(min-width: 768px){
.td-boxed-layout #td-outer-wrap {
overflow: initial !important;
}
.td-mobile-nav-wrap {
display: none;
}
}

The result you should see here -> http://screencast.com/t/G6kXKDvgGXWe

I have added this BUG on our list of fixes and we will resolve this in our new feature updates.

Thank you for your message and sorry for the inconvenience!

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