sub-menu length

Posted in: Newspaper
Post count: 55

Hey,
I have a sub-menu of categories (button next to the Home icon).
It opens spread across the entire screen.
How can I fix its length?

http://www.hayom.org.il/wp-content/uploads/2015/01/Sub-Menu.jpg

Thank you very much!

http://www.hayom.org.il

Post count: 1291

Hi,

Try the following css (add it inside Theme Panel -> Custom CSS): – http://screencast.com/t/u71UIuECuw

.td-normal-menu > .sub-menu{
width: 10em !important;
}
.sf-menu ul a > span.sf-sub-indicator{
right: auto;
left: 12px;
background-position: -20px -970px !important;
}

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
Post count: 55

Thank you very much!

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