Home Forums Theme support Chrome Theme

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • My links are long on the main menu (header) and I would like to reduce the padding margin. Can you please tell me where in the css I can do that. I have tried changing most paddings in anything that says main-menu.

    Hi,

    can you please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

    header #navleft ul li a {
    padding: 10px !important;
    }

    This will reduce the padding of the menu entries. If you want, you can increase or reduce the ’10px’ to a value of your choice.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.