I'd like to move my sign.jpg logo ( the one at the top left) from the header to the top of the left column (where Search is at the moment). My site is at http://www.medievalwares.com/zt/
Any suggestions?
mark
I'd like to move my sign.jpg logo ( the one at the top left) from the header to the top of the left column (where Search is at the moment). My site is at http://www.medievalwares.com/zt/
Any suggestions?
mark
Do you know how I can vertically align my boxes - the centre box is too low - I have taken out everything in the define_main_page, remove the Congrats text and turned of the breadcrumbs!!
help!!
http://celticcairn.com/shop/
I dislike negative values in margins be this will get you what you wantOriginally Posted by geolab
Find these tags in your stylesheet.css file and edit to look like
The last has centerColumn seperated into it's own entryCode:.centerBoxWrapper { border: 1px solid #9a9a9a; height: 1%; margin: 0em 0; } .centerColumn { margin-top: -5px; padding: 0em 0.8em; } #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix { padding: 0.8em; }
Zen-Venom Get Bitten
Kobra- is that a reply to my question, or to Geolab's?
mark
At Top of column, left and right sides, adjust padding to suit image
At Bottom of column, left and right sides, adjust padding to suit imageCode:#navColumnOneWrapper, #navColumnTwoWrapper { padding-top:119px; background: url(../images/top_column1.jpg) top center no-repeat; }
Code:#navColumnOneWrapper, #navColumnTwoWrapper { padding-bottom:86px; background: url(../images/bottom_column2.jpg) bottom center no-repeat; }
Sorry Mark....
Got these crossed up????
Iquoted you but posted for geolab???
Guess I should step away from the key board!!!
If misty's suggestion either did not work or you do not prefer it -
I posted to some thread your answer....
Get the blank side box module from the downloads section -
Install it and set it to be first in the sort order for the left column
With css you can eliminate the header and the border if you want
Zen-Venom Get Bitten
kobra - thanks for that - your script in post 3 worked a treat.
Last edited by geolab; 3 Mar 2008 at 12:18 PM.