• On my home page I have multiple images that span the entire width of the page. There is a “grey” space between each image that I would like to get rid of. I believe this is either being caused by padding or a blank caption.
    I’ve looked for help on the image settings and through CSS but have had no luck.
    Any help would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I have checked the reference link.
    I guess this is the ‘grey’ space → https://prnt.sc/oko4h6

    It can be fixed with CSS. Please try the below CSS in the ‘Appearance → Customize → Additional CSS‘ field from your dashboard.

    CSS:

    .entry .entry-content>*.alignfull, .entry .entry-summary>*.alignfull {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    Hope the answer helps. If you have any question, don’t hesitate to ask.
    Thank you.

    Thread Starter hotc19

    (@hotc19)

    N.M.,

    Yes, this code worked great. I appreciate your time & response and hope you have a wonderful day.

    Dave

    I am very glad that it worked. Please make this support ticket ‘Resolved‘ from the right side. ??

    If you face any issue, just open a new support ticket.
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing space between images’ is closed to new replies.