Adelle: Space between date (bubble) and "posted in"

  • Unknown's avatar

    In the Adelle theme, I want more space between the date (bubble) and the entry title and “posted in..”.

    I was able to move the title with:

    .entry-title, .entry-title a,.comments-title, #respond #reply-title {
    padding-left: 10px;
    }

    But how do I also get the “posted in” moved 10px to the right? Tried the same thing with entry-meta, but it only affects the “leave comment”. Thanks for help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    But how do I also get the “posted in” moved 10px to the right?

    I checked https://svalesvev.wordpress.com/ and I see that you have already figured this out using the following custom CSS:

    .cat-links {
    	padding-left: 10px
    }

    Apologies for not getting to your question sooner!

  • The topic ‘Adelle: Space between date (bubble) and "posted in"’ is closed to new replies.