• Hello everybody

    I work with GP theme, I have the add-ons and I want to change the height of my main menu, It is possible? I think I need use CSS,

    Another question, Is possible to put a line under the header befor the content

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    If the you have the add-ons, you can use the Spacing add-on to change the height of your menu items.

    Go to “Customize > Element Spacing” and you’ll see the “Menu Height” option.

    To add a line below your header, you can try this CSS:

    .site-header {
        border-bottom: 1px solid #DDDDDD;
    }

    Let me know if you need more info 🙂

    Thread Starter lada2015

    (@lada2015)

    Hello everybody

    I have added this lines and I have the line under the header but now I have a new problem with the main menu.
    When I scroll down in any page, it appear an underline above of the menu.
    It happen again when I scroll up,… This desapear after a few second.

    Any idea about what is happening?

    Thanks in advance.

    @lada2015 – Can you post a link to your site? It would be helpful to be able to see the problem. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Modify Header’ is closed to new replies.