Reduce Space/padding in several places please! Posted in : Readme velvetcatParticipant 19 August 2015 at 12:57 #24598 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; } velvetcatParticipant 19 August 2015 at 13:01 #24601 Also, can anyone tell me why the text on the home page has shifted to the left slightly? Thank you! Ellie serkanModerator 21 August 2015 at 13:11 #24697 – 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 velvetcatParticipant 21 August 2015 at 16:55 #24701 Thank you so much, that all worked perfectly again! – Ellie serkanModerator 22 August 2015 at 11:44 #24705 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 Readme - A Readable WordPress Themeby pixelwars Login and Registration Log in · Register