Home Forums Theme support extra space

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • For the lobster theme, is there a way to decrease the space between the main navigation menu and the slider on the home page?

    Hi,

    yes, you can add this css code add the end of your style.css file:

    header#headline.logo-centered #navleft {
        margin-bottom:10px;
    }

    You can change “10px” in the code above to a value of your choice. Original size is 40, to remove the space completely just change it to “0”

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

You must be logged in to reply to this topic.