Thread: A Little Help

Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default A Little Help



    The two arrows on the side - for some reason - there's a lot of white space here and normally, there's not anything there at all.

    What fields do I edit so that I can fix these glitches?

    Also, how do I adjust the width of tpl_header.php?

    Thank you so much - you've all been wonderful!

    ~Indi
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: A Little Help

    What could there be on the sides of the header image? Do you want the body background to show through? For that you will need to remove the background-color of whatever element(s) have it there. If you want something else, you will have to explain more.

    The gap is a combination of three different things. They can all be taken care of in your stylesheet for modern browsers, but IE6 will not recognize one of the selectors and you will need to edit tpl_header.php for it.

    Add to your stylesheet
    Code:
    h1#indexDefaultHeading, #logoWrapper+br.clearBoth {display: none !important;}
    Find this in your stylesheet
    Code:
    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
    }
    and separate it and edit to look like this
    Code:
    .centerColumn {
        padding: 0 0.8em 0.8em 0.8em;
        }
    #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
        padding: 0.8em;
        }
    Find the <br class="clearBoth" /> near the bottom of tpl_header.php and comment it out. You may have to experiment to find out exactly which one it is that is causing the gap.

    There is also an empty <font> that is causing a bit of extra space above the center column main image. Look in define_main_page.php for it.

  3. #3
    Join Date
    Nov 2007
    Location
    Atlanta, GA
    Posts
    125
    Plugin Contributions
    0

    Default Re: A Little Help

    Okay - fixed some of the issues.

    How do I change the height of the header (like make it about 200px tall before the content from the default_main_page.php)?

    How do I change the background image/background color of the middle section of the table (as shown in the image)?

    Blessed Be,
    Indi
    http://www.akihabaracosplay.com
    Imported Cosplay, Fashion, and Souveniers straight from Japan!

 

 

Similar Threads

  1. v139h Need a little help
    By goldnuggetsales.com in forum General Questions
    Replies: 11
    Last Post: 8 Mar 2013, 12:27 AM
  2. A Little Help
    By etackett in forum General Questions
    Replies: 0
    Last Post: 23 Sep 2008, 03:03 AM
  3. Little Help Please?
    By MyLibros.com in forum General Questions
    Replies: 5
    Last Post: 11 Apr 2007, 07:35 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