Shop Categories

X

Gaps in posts

Home Forums Agama Pro Gaps in posts

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10783
    Lukasz
    Participant

    Hi there,

    I have a problem with the gaps in between pictures and videos that I add into a post. Is there any way to remove the gaps especially above and below the video files added to a post so that they are even to the gaps in between jpeg files?

    Another issue with the gaps is that every time I add pictures into a post I have to manually remove the extra space between the pictures so to achieve even gaps between. Is there any other way to set this?

    I would appreciate any help in this case, thank you

    Luka

    #10787
    Zex
    Moderator

    Hello, Luka!

    Based on your current state on the post pages, In order to solve that, you need to insert the next custom CSS codes into
    Customizing->General->Additional CSS:

    .entry-content img{
        margin-top: -9px;
    }
    
    .wp-video-shortcode{  
        margin-top:-16px;
        margin-bottom:0px!important;
    }

    Change the margin-top values per your needs.

    Best Regards

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