Menu resize tablet

Posted in: Newspaper
Post count: 3

Hi,
I’ve problem on menu. When resize my windows browser, the top menu and head menu go on two rows.
Can you help me?

Thank you

The site is http://www.milkbook.it
https://drive.google.com/file/d/0B4swrb3jAaKqTVNicnQtVEdZRmM/view?usp=sharing

Post count: 6600

Hi,

Please use this custom css int theme panel > custom css filed: http://screencast.com/t/6kApVBQFRHfU

/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.sf-menu > li > a {
padding-left : 4px !important;
}

.sf-menu > li > a {
font-size: 13px !important;
}

.top-header-menu li a {
padding: 0px 5px 0px 5px;
}
}

Thanks

Post count: 3

Thanks, thanks a lot 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.