[Support request] Secondary Navigation / Secondary Sub Navigation

Home Forums Support [Support request] Secondary Navigation / Secondary Sub Navigation

Home Forums Support Secondary Navigation / Secondary Sub Navigation

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

    Hi Tom,

    Is there a way to in my secondary navigation for the sub navigation to open up beneath instead of to the right where it covers my image? (http://www.musclecloud.org.uk/montese). I would like it for the options to fill the space in the left hand column if possible. Also I only need this navigation and would like to disable it on all the rest is that also possible? Thanks for you time, Kind Regards.

    #362790
    Tom
    Lead Developer
    Lead Developer

    This might help:

    .widget-area .secondary-navigation ul ul {
        top: auto;
        left: 0;
        width: 100%;
    }
    
    .dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before, 
    .dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before {
        content: "\f107";
    }

    Let me know 🙂

    #362813
    Andrea

    Hi Tom,

    forgive me, where would I insert the CSS?

    Kinds Regards

    #362820
    Tom
    Lead Developer
    Lead Developer
    #363708
    Andrea

    Hi Tom,

    I was struggling with the second navigation way of doing it. I’ve added the custom menu widget instead now. Is it possible to space the leading out on this with mayabe a line inbetween each one?

    Kind Regards

    #364005
    Tom
    Lead Developer
    Lead Developer

    Like this?:

    #menu-products-menu li {
        margin-bottom: 10px;
    }
    
    #menu-products-menu ul {
        margin-top: 10px;
        margin-left: 15px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.