Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / css and spaces . help please :)

css and spaces . help please :)

Locked

Views: 1,131

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
1 Oct 2006, 1:03 PM
#1
florence avatar

florence

New Zenner

Join Date:
Jul 2006
Posts:
14
Plugin Contributions:
0

css and spaces . help please :)

Hello!!
I'm trying to make my little shop

http://mademoiselleflo.com/shop

to look like my blog

http://mademoiselleflo.com/blog

But I'm having problems configuring the spaces between the header and the other 2 part of the page..

I'm new to CSS and any help/advices would be gladly accepted :)

thank you!! and sorry for my english...

Flo

1 Oct 2006, 11:05 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: css and spaces . help please :)

If you want the background space above the header to match the blog set the body margin-top to what the space is & remove the "auto".

body {
	margin: 20px auto;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background: url(http://mademoiselleflo.com/images/background.gif) #EDC8EE fixed center top;
	}
```Try replacing the margin line with this line > margin-top: 50px;

Next arrange what you want for navigation and move them to the right column

admin > tools > layout boxes controller

when the right coluumn is how you would like set the left column to off

admin > config > layout srttings > Column Left Status - Global > set to "0"

this should get close to looking like your blog page