Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2005
    Posts
    11
    Plugin Contributions
    0

    Default Whitesapce between logo and sideboxes

    Which element of the stylesheet do I need to edit to reduce the amount of whitespace between the bottom of my logo and the top of the sideboxes. I've tried editing the stylesheet without luck (site is www.ww1records.co.uk).

    Thanks

  2. #2
    Join Date
    Nov 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Whitesapce between logo and sideboxes

    in the stylesheet make sure your logowrapper matches the height of your logo graphic I used;
    #logo,{
    float: left;
    margin-left: 0px;
    padding: 0px;
    height: 59px;
    width: 235px;
    }
    #logoWrapper {
    background-color: transparent;
    height:59px;
    margin: 0px;
    padding: 0px;
    left: 0;
    }
    also;
    #headerWrapper {
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    }

  3. #3
    Join Date
    Dec 2005
    Posts
    11
    Plugin Contributions
    0

    Default Re: Whitesapce between logo and sideboxes

    Hi

    Thanks for your reply.

    I have tried your suggestion but the whitespace is still showing.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Whitesapce between logo and sideboxes

    Your currently have "Category Tabs" enabled... That's why you are seeing your categories (A - Z) across the top.

    That is a DIV in its own right, and stretches across the page under the header.

    You can DISABLE that via admin>>>configuration>>>layout settings... Categories-Tabs Menu ON/OFF (near the bottom)

    ... set this to off.

    This will push the side columns up a bit.

    Come back here if the space reduction is not enough...
    20 years a Zencart User

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,268
    Plugin Contributions
    3

    Default Re: Whitesapce between logo and sideboxes

    If you want to KEEP your Category Tabs at the top... try adding this to the bottom of stylesheet.css

    HTML Code:
    #editablesidebox, #blanksidebox {
     margin-top: -25px;
     }
    This is based on the fact that the sideboxes at the TOP of each of these columns will remain in this sort order (aways at the top).

    If you put other sideboxes at the top, and then have these underneath, you will have new problems!

    The -25px (negative 25 pixels) forces the boxes into the previous div's space... you can adjust this value as needed.
    20 years a Zencart User

  6. #6
    Join Date
    Dec 2005
    Posts
    11
    Plugin Contributions
    0

    Default Re: Whitesapce between logo and sideboxes

    Ive tried the last option andit works great , thanks.

 

 

Similar Threads

  1. Gap between logo and category buttons
    By pwapilot in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Feb 2009, 08:15 PM
  2. Need space between sideboxes and main content
    By Wstar in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Dec 2008, 03:41 PM
  3. Reduce the padding between center box and sideboxes
    By JimmyV in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Mar 2008, 06:11 AM
  4. Space issue between left sideboxes and centerboxes
    By cristaltech in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Jul 2007, 10:37 PM
  5. Help centering logo. No gap between the logo and text!
    By toxicgtr in forum General Questions
    Replies: 4
    Last Post: 7 Jan 2007, 01:24 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