• Resolved werfewr

    (@werfewr)


    Hi,

    is possible, to change the width of submenus? I need them more wide, about 225px… But i don′t know what to do in CSS. Site is BESTONLINE.cz

    I did wrote to theme support, but no answer arrived yet..

    Thank you guys for help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Try the following CSS

    .sf-menu ul{width:225px;}

    Thread Starter werfewr

    (@werfewr)

    Thanks, thiw partically works, but the Submenu folders, are overflowing the submenu links ??

    Try this CSS

    ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 225px;}

    Thread Starter werfewr

    (@werfewr)

    That worked!! You are awesome, thank you very much!!

    Thread Starter werfewr

    (@werfewr)

    BTW, theme support said:

    “Hi there,

    To fix this just visit Theme Options > Customize and enter the following bit of code in the Custom CSS text box:

    .container .eleven.columns#menu {
    width: 650px;
    }
    Let me know if you need help with anything else!”

    And guess what, it doesnt worked. Your solution is much better!! @Softbound

    Hi,

    Their code is to increase the whole menu container width, but your menu is already 640px width.

    It is Softound, not @Softbound ??

    Thanks

    Thread Starter werfewr

    (@werfewr)

    RESOLVED .. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change width of submenu items – District theme’ is closed to new replies.