Remove space top of page

  • Author
    Posts
  • #24258
    RoBorges

    I’m new in wordpress / parabola. I’ve looked through everything and I did not find how to remove the space in the top of the page. Have hid the title through Parabola / settings / graphic settings / page titles = hide. But it is a space. I want to remove that space. Can anyone help me? Thank you!

    #24448
    Prashanth

    Hi Rob,
    Please go to Parabola settings/ header settings and under that you will have header height. Try adjusting the height out there and this might help you.
    Regards
    Prashanth

    #24786
    RoBorges

    Hi, Prashanth! Grateful for the information, but it is not in the header. It even pages. Where there is usually the title. I already removed the title, but the space remains. It is ess space that I want to withdraw.

    #28409
    Garrett

    Im having the same issue and I see nobody cared to respond to this so ill try, I have major issues with this, I have tried changing padding to multiple css, and still cant figure out how to remove that pesky white space where the page titles used to be. I am using a child theme as well.

    #28426
    Walt

    That’s because it’s not padding, it’s a margin.

    body {
    display: block;
    margin: 8px;
    }

    If you’re using Chrome, just right click and inspect element (there’s also a similar plugin for FF called firebug). It comes in very handy when finding a specific class that controls something.

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

The topic ‘Remove space top of page’ is closed to new replies.