Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31050
    paulandrew
    Guest

    Hi there, I have a lot of empty space on some of my pages, so I want to pull up the bottom of the page/main content area so the footer content at the bottom of page comes closer to the main content. So readers don’t have to see a bunch of blank space. Can you tell me how to do this? Thanks…

    #31051
    support
    Guest

    Hi Paula, thank you for your question!

    Unfortunately there aren’t any theme controls that allow you to adjust the padding and margins around your page content, but you can use custom CSS to make any of the adjustments you need.

    All of your page content is wrapped in a particular CSS class, .entry-content, and adding your own custom rules to that element could give you the design you need. Here is a snippet to help get your started:

    .entry-content {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    You can use any numbers you like for the pixel values in those rules to move the content up and down the page.  Hopefully that helps you make the adjustments you need and please let us know if there is anything else that we can do to assist you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing web page size/dimensions’ is closed to new replies.