[Resolved] Remove Padding In Sub-Menu

Home Forums Support [Resolved] Remove Padding In Sub-Menu

Home Forums Support Remove Padding In Sub-Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #136598
    Mary Pearson

    Hi Tom,
    New website is http://christiangayschat.com
    Sub-Menus have way too much padding on both left and right sides.
    Can you tell me how to fix it please?

    Many thanks!

    #136612
    bdbrown

    Hi Mary. Give this a try in your custom css:

    /* reduce padding on submenus */
    .main-navigation .main-nav ul ul li a {
       padding-left: 15px;
       padding-right: 0;
    }
    
    #136613
    Mary Pearson

    Thank you again bd!!!! Always exactly what I need. Thank you so very, very much!!!!

    #136614
    bdbrown

    You’re welcome. Glad I could help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.