Responsive menu

Posted in: Newspaper
Post count: 15

Hello,
i have this screenshot
http://awesomescreenshot.com/0b729vyaf8
i have lots of links in the principal menu and with a small screen (but not as small as an ipad) the menu goes on two lines.
Should be great if the menu could change to the “ipad mode” before reaching a small definition. Where have i to change this value?
Thank you!
Lucio

Post count: 15
Post count: 170

The same for me 🙂 In standing Tablets the links dont fit in in the orange menu. The last one drops down and looks like it dont belong to the menu. It would be nice if the menu space followed the actual link down 🙂
http://develop.alltomtrav.info

Post count: 3343

Hello,
What you can do is to make the text smaller on ipad to fit the menu content.
You can add this in style.css

@media (min-width: 768px) and (max-width: 1018px) {
.sf-menu > li > a {
    font-size: 11px;
}
}

Thanks for the message!

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