Results 1 to 9 of 9
  1. #1
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Unwanted white space below logo

    I am just starting out with my store and setup a custom template. What I am trying to do is get rid of the white space below my main logo. I have tried a number of things to try and get rid of it and I couldn't seem to find any threads on here about it.

    Any help is greatly appreciated. My website is www. mega rv parts .com

    Thanks in advance.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Unwanted white space below logo


  3. #3
    Join Date
    Feb 2009
    Posts
    210
    Plugin Contributions
    0

    Default Re: Unwanted white space below logo

    Quote Originally Posted by MTODavid View Post
    I am just starting out with my store and setup a custom template. What I am trying to do is get rid of the white space below my main logo. I have tried a number of things to try and get rid of it and I couldn't seem to find any threads on here about it.

    Any help is greatly appreciated. My website is www. mega rv parts .com

    Thanks in advance.
    The line of code to edit is in your stylesheet.css.

    I couldn't tell you the exact part of the file but it's it will have header as part of the name and be near the start of the template and it decreases your header section slightly depending on what you choose it to be.

    The thread Steven pointed to might also work.
    Last edited by need_help; 16 Jul 2009 at 06:24 PM.

  4. #4
    Join Date
    Feb 2009
    Posts
    210
    Plugin Contributions
    0

    Default Re: Unwanted white space below logo

    Ignore the above post i just tried out what you need to do in my test shop.

    Go to yourshop/includes/templates/your template/stylesheet.css

    Now change the logowrapper height.

    For example see below.

    #logoWrapper {
    /*margin: 0 0 0 28px;*/
    height:72px;
    background: url(../images/header_bg.jpg) repeat-x;
    /*width:790px;*/
    position: relative;
    top: 0;
    left: 0;

    Changing the above from 72px to 52px as an example decreases the heading.

    So find the code which mentions the logowrapper and decrease the height section until you are happy.

    Experiment until you get it perfect.

  5. #5
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Unwanted white space below logo

    So here is what my sytlesheet.css file looks like. This is the only area that mentions the #logoWrapper

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }

    So I am not sure how to adjust the height within that? Should I just add it into that area?

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Unwanted white space below logo

    Try adding to anywhere in your stylesheet:

    #logoWrapper {height:88px;}

    Adjust the 88 as needed,

  7. #7
    Join Date
    Feb 2009
    Posts
    210
    Plugin Contributions
    0

    Default Re: Unwanted white space below logo

    Quote Originally Posted by MTODavid View Post
    So here is what my sytlesheet.css file looks like. This is the only area that mentions the #logoWrapper

    #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }

    So I am not sure how to adjust the height within that? Should I just add it into that area?
    If you mention your template i'll download it and install it on my test site and take a look for you.

  8. #8
    Join Date
    Jul 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Unwanted white space below logo

    Quote Originally Posted by stevesh View Post
    Try adding to anywhere in your stylesheet:

    #logoWrapper {height:88px;}

    Adjust the 88 as needed,

    This worked great for me.

    This is my first time ever really working with a website so it is great to have people like steve and need_help that will respond so quickly.

    Thank you very much guys.

  9. #9
    Join Date
    Feb 2009
    Posts
    210
    Plugin Contributions
    0

    Default Re: Unwanted white space below logo

    Quote Originally Posted by MTODavid View Post
    This worked great for me.

    This is my first time ever really working with a website so it is great to have people like steve and need_help that will respond so quickly.

    Thank you very much guys.
    Happy to help.

    I recommend you install Image_Handler to cut down the image size on your main page and install query_cache from data_diggers - com as it will help cut the queries down.

    Those two add ons i couldn't live without on my site.

    Also worth looking at Fast and Easy Checkout - The latest version is available from the Numinix site and isn't uploaded to the downloads section or at least showing in the downloads section yet. Latest version of that is 1.4.5 and downloads section shows 1.4.1 so always try and get the latest versions.

 

 

Similar Threads

  1. White Space Below Logo
    By Martin Smith in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 13 Jul 2009, 08:41 PM
  2. Empty space - below logo and below Home & Log in links - how to delete?
    By dabone in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jan 2009, 01:18 AM
  3. Unwanted white space under header image
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Oct 2008, 08:07 PM
  4. White space below logowrapper
    By Three Sisters in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 11 Aug 2008, 05:10 AM
  5. White space below header
    By canemasters in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Mar 2008, 10:46 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