Is there any way to set the mobile menu to a larger screen width

Posted in: Newspaper
Post count: 4

Hello, is there any way to set the mobile menu to a larger screen width? I have a large menu and when I use an horizontal ipad screen, the menu splits in two.

I tried lower the font size and padding, but it is not enough. I need the mobile menu to be activated at a larger screen width.

Thanks!

Post count: 7909

Hi,

I have checked your menu and you have some custom css added there. Please try this css code for tablet view: http://screencast.com/t/GzeyiOlFIT

@media (min-width:768px) and (max-width: 1200px){
.sf-menu > li > a{
padding: 0px 20px 0px 10px !important;
}
.sf-sub-indicator{
right: 0px !important;
}
}

Hope this helps!

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