Main Menu Wraps to 2 Rows

Posted in: Newsmag
Post count: 27

My main menu wraps to 2 rows on both my Desktop when I scroll down.And defaults to 2 rows on my iPad even without scrolling. Please see the following URL:
http://s559855489.onlinehome.us/

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css for this: http://screencast.com/t/P2LtjFnLlhttp://screencast.com/t/8eaCvPf1T

@media (min-width: 768px) and  (max-width: 1023px) {
.td-stack-classic-blog .sf-menu a.sf-with-ul {
padding-right: 10px;
}
.td-stack-classic-blog .td-affix .td-logo-sticky {
display: none;
}
}

To achieve this for tablets view I had to hide the logo sticky menu.

Hope this helps!

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