• Resolved AZBros

    (@azbros)


    I’m having difficulty figuring out which piece of code I need to adjust to decrease the gap between the front page Slider image and the Category/Post Date. I’ve tried editing several pieces of code, but they don’t seem to do anything. Is it a padding issue or something else?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The featured image has a 1em bottom margin. You can remove that using this CSS:

    .featured .post-thumbnail {
        margin-bottom: 0
    }
    Thread Starter AZBros

    (@azbros)

    I swear I tried this code last night and it didn’t work. Just copied it exactly how you typed it and it worked beautifully! I guess I must have typed something incorrectly. Oh well, I’m glad it’s working now. Thanks!

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Decrease Space Between Slider Image and Category/Post Date’ is closed to new replies.