Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Width and Height

    Can someone help? I'm trying to get rid of the margins on the left and right of the screen, but they wont go away:

    http://www.fppl.net/zencart

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Width and Height

    Dr,
    I need a working url to your website to view the problem please.

  3. #3
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Width and Height

    I see you have a cart installed at http://www.fppl.net/zen - and if this is where the issue is, you need to edit your CSS file. Change the navMainWrapper, which is currently set for 750px to 100%. This will remove the blank space on the left and right.

    Write down all changes you make and where you make them. This way if you don't like the results you can change things back.

    I hope this is the info you need?
    Steve
    Zen cart version: 1.3.9h

  4. #4
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Width and Height

    oo.. sorry guys. I had a server problem. Its up now. I just want to get rid of the margins on the left and right. Sorry about that and thanks for the help. :)

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Width and Height

    Dr!
    I can't view you site in Firefox.

    In your override folder stylesheet.css

    Look for:
    #navColumnTwoWrapper {
    margin-left: 0.5em;
    margin-right: 0.5em;
    }

    Change to:
    #navColumnTwoWrapper {
    margin-left: 0em;
    margin-right: 0em;
    }

  6. #6
    Join Date
    Jan 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Width and Height

    Got it. Thanks haredo, I dont know why you cant view it. try it now?

    http://www.fppl.net/zen

    Now I just been to figure out the white gap in the header and fixed the forum link on the breadcrumbs... then figure out the email issue and Ill be in business :)

  7. #7
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Width and Height

    Dr.
    Add the following declaration to your override folder stylesheet.css

    1. #headerWrapper {background-color: black;}

 

 

Similar Threads

  1. Banners width and height fixed
    By jibon in forum Basic Configuration
    Replies: 5
    Last Post: 14 May 2009, 06:53 AM
  2. Small Image Height and Width
    By TurtleDove in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jun 2006, 08:22 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