Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Location
    Western Australia
    Posts
    192
    Plugin Contributions
    0

    Default Space between Categories box and logo wrapper

    How do I get rid of the space, or atleast minimise the space between the Categories box and logo wrapper? I would ideally like to get it inline with the Home bar. I am not the best at explaining myself, so here is a pic. I am a noob in regards to css..
    Attached Images Attached Images  

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Space between Categories box and logo wrapper

    Find in your stylesheet.css

    PHP Code:
    .leftBoxContainer, .rightBoxContainer {
        
    margin0em;
        
    border1px solid #9a9a9a;
        
    border-bottom4px solid #F500B8;
        
    margin-top1.5em;
        } 
    ...and do this to it:-


    PHP Code:
    .leftBoxContainer, .rightBoxContainer {
        
    margin0em;
        
    border1px solid #9a9a9a;
        
    border-bottom4px solid #F500B8;
        /*margin-top: 1.5em;*/
        


  3. #3
    Join Date
    Feb 2008
    Location
    Western Australia
    Posts
    192
    Plugin Contributions
    0

    Default Re: Space between Categories box and logo wrapper

    Thanks, but it is not quite right. Now I have no gaps inbetween the other sideboxes.

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Space between Categories box and logo wrapper

    OK... try this

    EXISTING:-

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 4px solid #F500B8;
    margin-top: 1.5em;
    }

    CHANGE TO

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 4px solid #F500B8;
    margin-bottom: 1.5em;
    }

  5. #5
    Join Date
    Feb 2008
    Location
    Western Australia
    Posts
    192
    Plugin Contributions
    0

    Default Re: Space between Categories box and logo wrapper

    That did the job! Thank you so very much fairestcape.

    Where can I learn about using css better? Do you know of any books etc?

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Space between Categories box and logo wrapper

    W3Schools is a good place to start.

    Google for CSS Tutorials, then select the link for W3Schools.

 

 

Similar Threads

  1. Internet Explorer puts space between my logo image and my menu bar
    By baltimucho in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jun 2009, 12:33 AM
  2. space between logo wrapper and cathegory tabs
    By bluegeyser in forum General Questions
    Replies: 1
    Last Post: 10 Feb 2008, 11:20 AM
  3. White space between Header Logo and Top of Side Box
    By xman888 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jan 2008, 08:43 AM
  4. space below logo wrapper/above EZ NAV
    By cpking in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 9 Sep 2007, 01:11 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