Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jun 2011
    Posts
    8
    Plugin Contributions
    0

    Default Center Padding Issue

    Sorry...newbie question. I hate that!

    I'm working on a site, http://desingingink.com (in very early stages), and cannot for the life of me move the row of small images up to the dotted line. I have searched the forum for hours, but can't find an answer that addresses my exact problem. Any advice?

    Thanks so much for letting me aggrivate you!

  2. #2
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Center Padding Issue

    Greetings and Welcome to the Forum

    A few issues to resolve here.

    First, always, always, always make sure you spell your Domain name correctly, for obvious reasons.

    Second, you've got a lot errors which are related to:
    includes/languages/english/html_includes/lite_green/define_main_page.php

    - mostly due to incorrect P tags so should be easy to fix.

    Thirdly, answer to your question should be here:
    includes/templates/litte_green/css/stylesheet.css - line 833

    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0;
    }

    Add this to the bottom of your stylesheet so it only applies to the one section, not the rest.

    .centerBoxContentsNew { margin: 0.5em 0; }

    Remove ".centerBoxContentsNew" from line 833 so you don't get confused.

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Center Padding Issue

    Another, perhaps better, alternative is to change:

    includes/templates/litte_green/css/stylesheet.css - line 851

    from
    .centerBoxWrapper h2 {
    margin: 0 0 15px !important;
    }


    to
    .centerBoxWrapper h2 {
    margin: 0 !important;
    }

  4. #4
    Join Date
    Jun 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Center Padding Issue

    Thank you so much :). And you are correct, I should have proofread that more than once. Had been looking at this screen for so long that I didn't even notice my mistake.

  5. #5
    Join Date
    Jun 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Center Padding Issue

    Okay...followed the above suggestions, but nothing moved. I have tried everything. Any other suggestions from you experts out there? I think i'm going to lose my mind soon over this one little issue.

  6. #6
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Center Padding Issue

    I am now seeing the Images immediately after the dotted the line.

    You need to either Refresh the page or use another Browser to see your changes.

 

 

Similar Threads

  1. Padding in center box
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 May 2010, 09:19 AM
  2. Spacing or Padding issue top of Center Column
    By cinbou in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Mar 2010, 11:02 PM
  3. Padding The Center Page
    By milobloom in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Jul 2008, 11:44 PM
  4. Where to change padding center box?
    By Callan in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2008, 10:54 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