Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #755564

    Hi the spacing in my icon list – between each icon title and paragraph text has become squashed. It was fine previously. Please can you advise

    Many thanks

    Jenny

    #756157

    Hey JennyGr,

    You can the following your child theme’s CSS file:

    .entry-content-header {
        position: absolute;
        top: 0;
    }

    Please try to remove it.

    Best regards,
    Rikard

    #757668

    Great thanks Rikard that works perfectly

    #757676

    One slight problem Rikard, removing that code seems to have made a large gap between my blog posts. Can you advise please?

    Thanks

    Jenny

    #758237

    Hi,

    Ok, please try this instead:

    .page-id-478 .entry-content-header {
        position: absolute;
        top: 0;
    }

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.