-
AuthorPosts
-
March 8th, 2014 at 06:20 #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!
March 19th, 2014 at 14:23 #24448Prashanth
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
PrashanthApril 8th, 2014 at 22:56 #24786RoBorges
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.
November 27th, 2014 at 08:37 #28409Garrett
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.
November 28th, 2014 at 17:46 #28426Walt
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.
-
AuthorPosts
The topic ‘Remove space top of page’ is closed to new replies.