Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Move header and left sidebar (http://forum.bytesforall.com/showthread.php?t=18182)

markus-l Aug 16, 2012 01:17 PM

[SOLVED] Move header and left sidebar
 
Hi

I have an idea i want to try out but i cant figure out how to do.

I want to move the header more to the right, so the edge of the header image will align with the center column.

Then i want to move the left sidebar upwards so it will be at the same height as the header image.

Hope you understand what i´m trying to do. It looks great in my head :p

juggledad Aug 16, 2012 01:36 PM

you might be able to do it with CSS using the position rule, but the page is a table where the header area is row 1
the middle is row 2 and the footer is row 3 nad the middle is another table with the sidebars being columns so it may take some work.

I suggest you give it a go, try things and maybe you can figure a way to do it and tell us all about it. :)

markus-l Aug 16, 2012 02:37 PM

I think this is way, way out of my league =) I just might to keep it as a dream and start to think about some other desgin idea. I have tried some other themes for my idea but i will never change from Atahualpa! The ATO is so damn good!

juggledad Aug 16, 2012 06:32 PM

try this in the css insert
HTML Code:

td#left {position: absolute; top: 40px;}
div.header-image-container {left: 200px;}

you will have to play with the values to get them right

markus-l Aug 18, 2012 12:54 PM

That made it! I didnt meant for you to do it. Made a donation (not much but anyway) for you to show my appreciation.

Now i will play around and see if it will be as i will. =)

Quote:

Originally Posted by juggledad (Post 88672)
try this in the css insert
HTML Code:

td#left {position: absolute; top: 40px;}
div.header-image-container {left: 200px;}

you will have to play with the values to get them right



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

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