This topic has 3 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #100189
     stales
    Participant

    Hi. I have purchased your theme and absolutely love it.

    I’ve been able to make all the changes I need to get my site up and running.

    I have one last item to clean up.  I’m using the “Mega Menu” option to display the menu horizontally.

    I just need help finding out which CSS elements I need to update to change the padding between the menu items, as well as make the drop down menu be full width under the primary menu.  Can you please point me in the right direction.  Thank you in advance.

    #100492
     Laura
    Moderator

    Hello, this should work for the padding between them

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left li {
        padding-left: 10px;
        padding-right: 10px;
    }
    

    With this you can control the width of the dropdown menu

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left {
        width: 100% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109635
     stales
    Participant

    Thank you. This worked for me!

    #110147
     Laura
    Moderator

    Glad it worked 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?