Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #67867
    J.V.F
    Participant
    Premium Member

    Hallo, can you help me please concerning the following subject:

     

    If I put two images side by side then there is a distance between them.

     

    I have put the width of the layout to 960 px and each image has a width of 480 px, so there should not be a distance between them, right ?

    So I guess the images even are shrinked in the display although they are each 480 px and the layout is 960 px.

    Beneath there is the source code of the exmaple.

    Where can I change it that there is no distance between the images ?

     

    <!– wp:image {“id”:3038,”sizeSlug”:”full”,”linkDestination”:”none”} –>
    <figure class=”wp-block-image size-full”></figure>
    <!– /wp:image –>

    <!– wp:image {“id”:3011,”sizeSlug”:”full”,”linkDestination”:”none”} –>
    <figure class=”wp-block-image size-full”>
    <!– /wp:image –>

    You can find a example of this here:

    Das Portrait

    All images are 480, but they are displayed shrinked because there is a distance between them and the layout ist fixed to 960 px.

    Thanks in forward !

    #67870
    vako
    Keymaster
    WP Royal Team

    Hi Oliver,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .wp-block-column {
    
    margin-left: 0px !important;
    
    }

     

    Kind Regards

    #67873
    J.V.F
    Participant
    Premium Member
    This reply has been marked as private.
    #67874
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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