• Resolved tylerfrat

    (@tylerfrat)


    HI everyone,

    I want to remove the space above and below the first post divider (the one that separates the date posted and post content).

    Here is my site and an example of what I mean:
    https://www.laissezflair.net/postcard-from-georgetown/

    I added some code but it seems to be applying it to both post dividers but I only want it applied to the first one that I mentioned.

    Can anyone help?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Add this lines on your child theme style.css

    .wpb_wrapper p {
      margin-top: 0;
    }
    .ig_meta_post_classic {
      top: 25px;
    }
    Thread Starter tylerfrat

    (@tylerfrat)

    Thank you Dabilu! That worked perfectly.

    Any idea how to remove the space below my social share icons and the divider beneath them?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove space above and below divider’ is closed to new replies.