Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1152905

    Hi,

    For the blog with a grid layout, is it possible to have all the preview/thumbnail images aligned to the top?

    Also for the mobile views, is it possible to have the preview/thumbnail images stack in one column? Currently it stacks in alternating rows of 2 images and 1 image, sometimes with an uneven vertical alignment.

    Thanks for your advice!

    #1153297

    Hey designyvr,

    https://cl.ly/8fe16b056eea This code in your Quick css is creating this issue. Please remove it or change it to not affect this page.

    Best regards,
    Victoria

    #1153559

    Hi Victoria, Thank you very much for your help!

    #1153622

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1153756

    Hi Rikard, I had asked another question on this topic; could you please advise?

    ____
    For the mobile views, is it possible to have the preview/thumbnail images stack in one column? Currently it stacks in alternating rows of 2 images and 1 image.
    ____

    See link provided below.

    Thank you!

    #1153913

    Hi,

    I checked your site on IphoneX but I can only see full width images. Could you try to explain the problem a bit further and how to reproduce it please?

    Best regards,
    Rikard

    #1154494

    Hi Rikard,

    Thanks for taking a look. I’ve included links to screenshots of the issue I’m describing below, hope this helps.

    When a phone is in landscape orientation, it shows the the alternating rows – 1 large thumbnail and then 2 small thumbnails underneath. When the phone is in portrait orientation, it shows one column.

    The issue is that this causes spacing inconsistencies between the thumbnails. There are small gaps and large gaps of space. See screenshots.

    How can we make the images show up in one column, with even spacing between each thumbnail?

    Thank you!

    #1157143

    Hi,

    Sorry for the delay. You can use the following css code to adjust the width of the posts on mobile view, make them full width and have them stack on top of each other.

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .slide-entry {
    	width: 100%;
    	margin-left: 0;
    	margin-bottom: 50px !important;
        }
    }

    Please don’t forget to toggle the Performance > File Compression settings. Thank you for your patience.

    Best regards,
    Ismael

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