Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Default Questions about the main box

    Hi,

    I'm trying to customize my new Zen Cart site. I have a limited knowledge of CSS. I tend to 'tinker' and work a lot by trial and error, read up, experiment some more. This time I'm stumped and unable to find the info I'm looking for. I'd like to know if it's possible to


    A. Move the central main/ parent container down about 15px so that the background can be seen running above the header.



    B. Round the corners of the container so the border has rounded edges.


    If anyone can tell me how to do either of these two things, I would be very grateful.

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Questions about the main box

    A) Sounds easy enough, but is there a URL we can see, to understand exactly what you want.

    B) CSS rounded corners are tricky. You'll have to surf around and look for tutorials that may or may not work out. Cross-browser compatibility is a first concern.

  3. #3
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: Questions about the main box

    Yes! The address is http://newmedea.com/achachliebling.com (for now-- I'm waiting for a domain name transfer to go through. . .)


    Thanks so much!

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Questions about the main box

    You're welcome. I get what you mean, probably a body margin of about 2-3em would suit your store.

    Find in your stylesheet;

    Code:
    body {
    	margin: 0;
    	font-family: tahoma, verdana, arial, sans-serif;
    	font-size: 72.5%;
    	color: #000000;
    	background-color: #ffffff;
    	background-image: url(../images/chocoheart.gif);
    	}
    Replace margin: 0; with possibly margin: 2em;. You can add or subtract single em's to suit to your liking.

  5. #5
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: Questions about the main box

    Thanks so much!

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Questions about the main box

    You're very welcome. Your store does look good that way.

 

 

Similar Threads

  1. v138a Questions about the currency choice plugin
    By fanisme in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Mar 2013, 09:42 AM
  2. v150 Question about the main box
    By bryceismad1 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jan 2012, 11:02 AM
  3. 2 questions about main page
    By RThat in forum General Questions
    Replies: 2
    Last Post: 7 Jun 2010, 03:32 PM
  4. Questions about the footer
    By estrange in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 10 Jul 2007, 12:55 AM
  5. A few questions about the header
    By wendydej in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 May 2006, 04:09 PM

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