Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #726239

    Hi I have been trying to get the sidebar menu tractor numbers to show the submenu inline but failing on this site:
    http://fordtractorsales.co.uk/product-category/1000-series/
    Instead of:

    10 Series
        2610
        3610
        4110
        4610
        5610
        6410
        6610
        6710
        6810
        7610
        7710
        7810
        7910
        8210

    I want it to look something like this:

    10 Series
        2610  3610  4110  4610  5610  6410
        6610  6710  6810  7610  7710  7810
        7910  8210

    I have tried all sorts of css which is not worth posting here as none worked.
    Any help will be most appreciated.
    Rob

    #726306

    Hey fanlokbun!

    You will need to add some CSS to the numbers to modify their view I am afraid.
    The easier way is to hire someone help you with that task.

    Regards,
    Basilis

    #726516

    VERY disappointed with this answer Basilis. I was only asking for a little help or pointing in the correct solution. Enfold as a shop does not function as well as your competitors and doesn’t allow a lot of plugins that might have helped with custom menus. After purchasing this theme a dozen or so times, if this is what your support has come to, I doubt I will be buying it again.
    Rob

    #726898

    Hi Rob,

    Please try the following in Quick CSS under Enfold->General Styling:

    
    #nav_menu-2 .widget ul ul li {
      display:inline-block !important;
    }

    Best regards,
    Rikard

    #727016

    Nice one Rikard! It didn’t work but I rejigged it to the following and it works great:

    #top .widget_nav_menu ul ul li a {
        padding: 2px 1px 2px 8px;
    }
    #top .widget_nav_menu ul ul li {
    	display:inline-block !important;
    }

    My faith also restored in you guys.
    Rob

    #727078

    Hi,

    Glad we could help!
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Inline submenu in woocommerce sidebar’ is closed to new replies.