• Closed
  • Jeff Rollo
    Spectator
    September 19, 2016 at 2:19 am #30294

    Is there any way to pad the Welcome! part so it does sit right on the user icon?

    WordPress 4.6 running evolve Plus theme.

    Denzel Chia
    Moderator
    Posts: 2656
    September 19, 2016 at 9:23 am #30301

    Hi,

    Please provide your website URL.

    Thank you.

    Jeff Rollo
    Spectator
    Posts: 9
    September 19, 2016 at 9:41 am #30304

    lightningpc.com.au 🙂

    Jeff Rollo
    Spectator
    Posts: 9
    September 20, 2016 at 2:30 am #30311

    OK, it’s caused by having an Avatar in the blogs. No Avatar, no problem, but with an Avatar, it hits on the Post Title. So I guess the question is, can the space between the post title and the Avatar be widened?

    Denzel Chia
    Moderator
    Posts: 2656
    September 20, 2016 at 7:14 am #30317

    Hi,

    You can add margin to bottom of entry title.
    Please use the following in Theme Options -> Custom CSS

    .entry-title {
    margin-bottom: 20px !important;
    }

    You can make adjustments to the 20px value.

    Thank you

    Jeff Rollo
    Spectator
    Posts: 9
    September 20, 2016 at 12:47 pm #30321

    Brilliant! Thanks very much indeed Denzel.

    Denzel Chia
    Moderator
    Posts: 2656
    September 21, 2016 at 6:19 am #30340

    You are welcome!
    Thank you.