Menu optimization

Posted in: Newsmag
Post count: 4

Hi, this is our site (in dev)…
http://avenaliok.demoempatic.com/
how you can see we have many menu items.

Can you help me to fit in in one single row (with custom css, with some custom config or also) ???

Tnx a lot,
Max

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/sLx7yqHhX1rhttp://screencast.com/t/LvetKBLGE

.sf-menu a.sf-with-ul {
padding-right: 11px;
}
.sf-menu > li > a {
padding: 0px 1px 0px 8px;
}
.sf-menu .td-icon-menu-down {
padding-left: 2px;
}
.sf-menu {
margin-left: 0px;
}
.top-header-menu li a {
margin: 0px 10px 0px 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
.sf-menu > li > a {
font-size: 10px !important;
padding: 0px 10px 0px 0px !important;
}
.sf-menu a.sf-with-ul {
padding-right: 18px !important;
}
.sf-menu .td-icon-menu-down {
font-size: 8px !important;
}
}

Thanks!

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