Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   White space between menu hierarchy and page title (http://forum.bytesforall.com/showthread.php?t=18749)

OptimalZ06 Oct 24, 2012 08:53 AM

White space between menu hierarchy and page title
 
1 Attachment(s)
I would just like to say that this theme is great!!!

Now, kind of hard to explain, so I'll just let the picture do the talking. I know this is where a link to the previous post and next post is located, but it bothers me and I would like to remove this space.

Again, great work and thank you in advance.

rosetrees Oct 24, 2012 11:13 AM

It took me a while to find that, because it was annoying me too!

Go to layout.css and change the main row padding from 30px (which it is set to below) to 0.

If you want bottom padding, set the padding to 0 0 30px 0


/* The main row, with the #content column and perhaps sidebars left/right */
#main {
padding: 30px 0;
}

/* A sidebar */
#widgetarea-one {
padding: 0 20px;
}

OptimalZ06 Oct 24, 2012 04:00 PM

Ah, close, but not quite what I wanted to accomplish. I actually like the distance fine from that bar to the first menu item, but the actual content is pushed down a bit further by page numbers and such. I would just like to remove that from the top of the posts (it will still be on the bottom), thus making the title for pages and such even with the first title on the menu (e.g. Recent Posts).

juggledad Oct 24, 2012 06:09 PM

What is the url pointing to the issue?
have you removed the links?

OptimalZ06 Oct 26, 2012 02:11 PM

www.troyward.me

juggledad Oct 26, 2012 03:21 PM

do you mean on a single post page or the multi post page?
on the multi post page it is caused by the '30px' in this CSS
HTML Code:

.hentry {
    padding: 30px 0 25px;
    position: relative;
}

you can adjust it to a value of your liking.

prakol Dec 20, 2012 08:29 PM

Hi! Thanks a lot for the great theme and the awesome help in this forum. I am actually experiencing this same problem and it is not resolved by the fix you mentioned above. What could it be in my case? I want to remove the space above the image completely. My url is www.foqo.net. Thanks!


All times are GMT -6. The time now is 02:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.