badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

excess space under page title

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #51640
    Per Frykenvall
    Participant

    Hello!

    How do I remove the excess space under the page title? I read a previous related post “Page title spacing” and already used this code:
    #main {
    padding: 0;
    }

    It helped to reduce the spacing slightly, but the main content area is still too far down the page. How do I further reduce the padding between the page title and the main content area?

    #51730
    Per Frykenvall
    Participant

    Hi,
    I’m writing again because I haven’t heard back from support. Am still facing the same problem with excess spacing under the page title and would greatly appreciate any help that I can get.

    Thank you!

    #51734

    Hi Per Frykenvall,
    please remove the css that you have added before and go to dashboard -> Appearance -> Customize -> Additional Css and paste the below custom css.

    .top-navigation ul li ul {
        top: 44px;
    }
    .top-navigation a {
        padding-top: 10px;
        height: 24px;
    }
    .top-bar-wrap .social-profiles {
        margin: 10px 30px;
    }
    .page-title-wrap {
        padding: 10px 30px;
    }

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.