Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    customer issue Side column banner , Delete ugly header & gap? how?

    I thought this would be an easy piece of php code to find, but I cannot figure this out...

    I'm trying to eliminate the gap between my right side banners, I think it is still trying to display a text field header even though I defined it as ='' , in /includes/languages/english.php ...






    Here's a link to the live version of my site, http://www.karmotion.com/ if you want to check out the spacing between the adds.

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

    Default Re: Side column banner , Delete ugly header & gap? how?

    One thing to try in your stylesheet:

    separate the .rightBoxHeading from:


    .leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
    margin: 0em;
    padding: 0.5em 0.2em;
    }


    and add

    .rightBoxHeading {
    display:none;
    }



    Also look for other mentions of rightBoxHeading and remove any padding or margins.

  3. #3
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Default Re: Side column banner , Delete ugly header & gap? how?

    Thanks for the tip, I tried doing that, but it still has a gap, I think it dedicates a <p></p> somewhere for the title of the banner box somewhere, even though there's no text...


    Do you know where I can find the php code to comment this out?

  4. #4
    Join Date
    Mar 2006
    Location
    Fresno, California
    Posts
    620
    Plugin Contributions
    0

    Default Re: Side column banner , Delete ugly header & gap? how?

    .leftBoxHeading, .centerBoxHeading {
    margin: 0em;
    padding: 0.5em 0.2em;
    }

    .rightBoxHeading {
    margin-top: -16px;
    }

    Try that. Experiment with the -16px adjust to your liking

  5. #5
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Idea or Suggestion Re: Side column banner , Delete ugly header & gap? how?

    Quote Originally Posted by bobdog View Post
    .leftBoxHeading, .centerBoxHeading {
    margin: 0em;
    padding: 0.5em 0.2em;
    }

    .rightBoxHeading {
    margin-top: -16px;
    }

    Try that. Experiment with the -16px adjust to your liking
    Thank you half dog man! That worked perfectly!

  6. #6
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Default Re: Side column banner , Delete ugly header & gap? how?

    actually I eliminated the H3 margin, and a margin on some other rightboxheader or something like that, and eliminated all gap without having to use -16.

    Sorry, I forgot the exact name.

    Google Chrome right click Inspect Element works great for troubleshooting CSS btw.

    Thanks for the help!!

 

 

Similar Threads

  1. Replies: 4
    Last Post: 8 Jan 2012, 08:51 PM
  2. How To Add a Header Banner on Right Side?
    By Vibhor in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 10 May 2010, 07:40 PM
  3. Gap under header & sidebox
    By reversegarbage in forum Basic Configuration
    Replies: 6
    Last Post: 7 Aug 2008, 01:24 AM
  4. Removing ugly gap (with SSs and URL to site)
    By jeronimoh in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 17 Sep 2007, 08:08 PM
  5. Gap between sidebox header and border, but only on one side.
    By kindred_kountry in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 10 Apr 2007, 03:36 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