Remove or reduce padding at bottom

  • Posted in : impressivCard WP
  • jimclark509
    Participant

    How do I get rid of (or substantially reduce in size) the blank space at the bottom of each page? For example, on my “about me” page, I’ve got enough detail on it that it scrolls the page when I view it on a Macbook Pro 13″ that doesn’t have a very tall display. It wouldn’t scroll if there wasn’t that inch of whitespace margin at the bottom. How do I get rid of that?

    Mehmet S.
    Keymaster

    Can you provide a screenshot?

    jimclark509
    Participant

    Sure, here’s a screen shot:

    https://www.dropbox.com/s/4f62q7gb7senraz/Screenshot%202014-08-24%2008.47.32.png?dl=0

    And here’s the page in question: http://www.jamesclark.com

    Thanks.

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    .profile-image { margin-bottom: 0; }
    
    jimclark509
    Participant

    That didn’t seem to make a difference.

    ahmetsali
    Keymaster

    just check your site on 13′ macbook air, it seems fixed to me. You can reduce your image height and check again.

    esensky
    Participant

    I also tried this, and it didn’t make a difference. Anything else we can try?

    ahmetsali
    Keymaster

    @esensky

    can you provide your url?

    esensky
    Participant
    esensky
    Participant

    oops, here is the link to the homepage: http://www.elizabethsensky.com/

    ahmetsali
    Keymaster

    @esensky

    you are using a different theme : Photographer, here is the custom css code for you;

    .site-footer {
        margin-top: 2em;
    }
    .site-main {
        margin-bottom: 0;
    }
    
    esensky
    Participant

    @ahmetsali, thanks for your reply. That worked for the bottom margin, but the gap between the top of the page and my logo is still too large.

    ahmetsali
    Keymaster

    @esensky

    you are welcome,

    that’s because you have too much white space in your logo image, crop the white spaces in your logo in an image editor and upload it again, it should be fine then.

Viewing 13 posts - 1 through 13 (of 13 total)

The forum ‘impressivCard WP’ is closed to new topics and replies.