Page Margins/Padding

Support Area Forums Elite Page Margins/Padding

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #15362
    Aaron Tullman
    Participant

    Hi Bill!

    Can you tell me how to remove the padding or the margin at the bottom of my pages, so if I have an image at the bottom of my page content, it is touching the footer?

    Thanks!

    #15364
    Bill Robbins
    Moderator

    You can take out the margin and padding from the bottom of your pages. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #content,
      #sidebar {
      	margin-bottom: 0;
      	padding-bottom: 0;
      }
      
    3. Update your settings.

    That should do it. If you have trouble, let me know.

    Enjoy your weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Page Margins/Padding’ is closed to new replies.