Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Moving center area on top of header image (http://forum.bytesforall.com/showthread.php?t=10687)

Wimbledon Oct 25, 2010 06:47 PM

[SOLVED] Moving center area on top of header image
 
I am having difficulty devising the correct CSS insert I need. I appreciate any advice.

I am trying to move up the center post/pages area so that it partially overlays on top of the header images. I plan to move it up by about 100px or so.

What CSS selector should I modify? I'm thinking I need to do something with tr#bodyrow, but I'm not sure. I thought one of these would work, to no avail:

tr#bodyrow{
position: absolute; top: 600px; z-index: 50;
}

tr#bodyrow{
position: margin-bottom: +-XXpx; z-index: 50;
}

(I've tried all sorts of values in the +-XXpx area above)

Thank you! :)

lmilesw Oct 25, 2010 08:15 PM

See if the following works for you. You may have to tweak the settings and I would check in several browsers.
HTML Code:

div#imagecontainer {margin-bottom:-50px;z-index:-5;}

Wimbledon Oct 25, 2010 09:44 PM

Perfect - thank you very much! :)


All times are GMT -6. The time now is 01:30 AM.

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