Results 1 to 6 of 6
  1. #1

    Main content padding issues in Future Zen

    Hi, i am having the problem with the padding of the main content on my page as you can see (http://www.tekfix.com.au) i have all my main page content in a table format and i want it to be flush with the side bar areas and the top banner with none of the white padding around it. What do i have to change in the stylesheet or other modification to correct this problem??

    thanks

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Main content padding issues in Future Zen

    Hi, I took a quick peek and perhaps, you can try this;

    In your stylesheet.css, find;
    Code:
    .centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
    	padding: 0.8em;
    	}
    Make a backup and replace the above with;
    Code:
    #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
    	padding: 0.8em;
    	}
    
    .centerColumn { padding: 0 }
    I hope that gets you the desired effect.

  3. #3

    Re: Main content padding issues in Future Zen

    Hi, thanks for that info, it fixed the side padding problem but i still have a few pixel padding problem up the top (www.tekfix.com.au) any ideas on how to get rid of that?

    thanks

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Main content padding issues in Future Zen

    You're welcome. Almost there... I guess a couple of things are needed to deflate.

    You can try to add these into your stylesheet.css;
    Code:
    h2.greeting { display: none }
    #indexDefaultHeading { display: none }
    Make a backup for sure, as I don't really know what else the last Selector may negatively affect... that one is purely experimental at this stage. You get to be the test subject.

  5. #5

    Re: Main content padding issues in Future Zen

    this has almost fixed the problem now but there is still something that is causing a gap of like 1pixel or so, could this be any left from the category tabs or what else could it be?

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Main content padding issues in Future Zen

    Methinks the white color border is the byproduct of overall customizing of the main section. All that's left to do now... is just cheat.

    Drop this into your stylesheet.css;
    Code:
    .content { margin-top: -2px; }
    I hope Explorer plays nicely with that value.

 

 

Similar Threads

  1. Moving (Padding) Main Center Content?
    By B0ssm4nJones in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 8 Aug 2010, 05:01 PM
  2. EZ Pages Content and Future Upgrades
    By bsteinagel in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Aug 2008, 06:13 PM
  3. 3 Issues(search spacing/misc header/main content width)
    By toonopoly in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 5 Dec 2006, 08:23 PM
  4. Future Zen - Center page issues
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Nov 2006, 03:25 PM
  5. Inconsistent content padding
    By pwdesign in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Oct 2006, 05:57 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