Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   [SOLVED] Problem with margin/padding or layout area. Not really sure. (http://forum.bytesforall.com/showthread.php?t=12684)

Aida Feb 8, 2011 05:24 AM

[SOLVED] Problem with margin/padding or layout area. Not really sure.
 
1 Attachment(s)
Hi there,

I have a problem with the margin/padding of my posts or layout or header area (?). If you visit my page: http://www.coachdelaprofesional.com you'll see that there is way too much space between the menu bar and the title of the post (pagina en construccion). I'd also like to increase the left margin without it affecting the header and menu bar.

I've been looking around for a post about it, but nothing seems to work. I'd appreciate your help! I'm using Atahualpa 3.6.1 and WP 3.0.5

I have attached my settings. Thanks a lot!


Aida

lmilesw Feb 8, 2011 10:13 AM

It's because of the logo area. One possibility that works in Firefox (not sure about other browsers) is to use the following in ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:

div.rss-box {
    margin-top: -30px !important;
}


Aida Feb 9, 2011 03:08 AM

Thank you, Larry. It does work only in Firefox, not on Google chrome or Explorer. Any other thing I could try?

lmilesw Feb 9, 2011 05:57 AM

I forgot to add something. Try changing the code to the following.
HTML Code:

div.rss-box {
    margin-top: -30px !important;
    position: relative;
}


Aida Feb 10, 2011 07:44 AM

Perfect!! That works in all of them. Thanks a lot : )


All times are GMT -6. The time now is 11:20 AM.

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