Site logo

Archived topic

Remove Padding In Sub-Menu

3 replies · Started by Mary Pearson on September 13, 2015

Viewing posts 1–4 of 4

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!

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;
}

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

You're welcome. Glad I could help :)

This archived topic is closed to new replies.