Reduce Space/padding in several places please!

  • Posted in : Readme
  • velvetcat
    Participant

    Hi,

    I’d really appreciate some help on this please!

    I’m using the Readme theme and it’s great but I’m having trouble with the spacing.

    http://elliepierpoint.com/

     

    I’d like to reduce the space:

    – between the header (my name) and where it says “Freelance Writer & Blogger”

    – Between the text and the “See My Portfolio” button

    – At the very bottom of the page after “Contact” (also why is this green?)

    – Between the departments and the clips on my portfolio page

    – and between my title and picture on About Me (the picture has a lot of space round it for some reason)

     

    Here is what I’ve tried so far in the Custom CSS plugin (it only managed to lift the header slightly):

    *.alignnone:first-child {
    margin-top: 0;
    }
    p {
    margin-bottom: 12px;
    }/

    .intro {
    padding-bottom: 1em;
    }
    .aligncenter {
    margin-bottom: 1em;
    }
    .post-list {
    padding-top: 0;
    }

    .site-main {
    margin-top: 0;
    }

    velvetcat
    Participant

    Also, can anyone tell me why the text on the home page has shifted to the left slightly?
    Thank you!
    Ellie

    serkan
    Moderator

    – between the header (your name) and where it says “Freelance Writer & Blogger”

    @media screen and (min-width: 768px) { .entry-content { padding-top: 0; } }
     .entry-content { padding-top: 0; }

    -Between the text and the “See My Portfolio” button

    @media screen and (min-width: 768px) { .intro { padding: 1em 0 1em 0; } }
     .intro{padding: 1em 0 1em 0; }

    -Its coming from link color; you can change it ;

    a { color: #096; }

    — Between the departments and the clips on your portfolio page

    @media screen and (min-width: 768px) { .portfolio.media-grid { margin: 1em 0; } }
    .portfolio.media-grid { margin: 1em 0; }

    -about me section

    @media screen and (min-width: 768px) { .aligncenter { margin: 1em auto; } }
    .aligncenter { margin: 1em auto; }

    You have text align left css code you should delete it :D
    Thanks

    velvetcat
    Participant

    Thank you so much, that all worked perfectly again!
    – Ellie

    serkan
    Moderator

    You’re welcome.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register