Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    15
    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

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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".
    Code:
    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
    Last edited by kobra; 2 Oct 2006 at 12:08 AM.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. CSS help please
    By karentown in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Sep 2007, 03:36 PM
  2. I customized CSS and this error . Please help !
    By Hung_war3 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Apr 2007, 08:53 AM
  3. Firefox and CSS problem please help
    By softget in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Dec 2006, 03:52 PM
  4. Need help getting rid of spaces b/w DIV Tags in both IE and Firefox
    By enigma777 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Oct 2006, 02:30 AM
  5. Converting OS css to Zencart Css help please.
    By oavs in forum General Questions
    Replies: 2
    Last Post: 17 Jul 2006, 09:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg