• Hi,

    I want to increase the space between the menu and the page title. I tried entering the following:

    .page-header {
    min-height: 500px;
    }

    into the css area, but it does not work. Do you have any suggestions? Also, how can I change the font weight for the title to bold so it stands out?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello cevans001,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    ul.alt-nav {
        margin-top: 10px !important;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Increase space between menu and portfolio title’ is closed to new replies.