Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Move sidebar up WordPress

Hiya,

I'm trying to move my sidebar up so it will actually start in the header.
http://doronbaron.co.il/

Is this possible?

Tx
Gal

Answers (2)

2011-07-04

Dan | gteh answers:

Edit your theme's stylesheet and find:

#secondaryContent

and add


position:relative; bottom:150px;


inside that ID's { }

That is a quick way to get it done without having to redo a large portion of your HTML

2011-07-04

Armando Jaleo answers:

Hello Gal:

My solution is simple:

Open th file style.css of your template in line 386 add "margin: -220px 0 0;"


#secondaryContent {
background: none repeat scroll 0 0 #E2DBD1;
border: 15px solid #D1BFA6;
border-radius: 6px 6px 6px 6px;
float: left;
margin: -220px 0 0;
padding: 10px;
text-align: center;
width: 178px;
}


Greetings!

Hello:

I can't see this menu line, please do you can shom me?


Gal Zohar comments:

That's great
All worked out..

Tx


Gal Zohar comments:

btw,
just noticed that the menu line moved up with sidebar

Any ideas how to move it down or get ride of it altogether?

Tx
Gal