Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1267950

    Hi everyone,

    Since I updated my website for Christmas the footer on the page is shaking. It only seems to be happening on my laptop, on a tablet and phone it’s fine. The only thing I have done differently is to add a masonry gallery as I wanted to link to individual products. Do you have any idea what might be causing this or do I need to remove the masonry gallery? My site is at https://thelittlevintagestore.co.uk/
    Thanks!

    • This topic was modified 4 years ago by MissLS.
    #1268350

    Hey MissLS,

    The slider at the top of the page is using images which are differently sized, and that causes the content to shift up and down on your site. Please try uploading images with the same dimensions, or use this CSS in Quick CSS:

    @media only screen and (min-width: 768px) {
    .home #full_slider_1 {
        height: 600px;
        min-height: 600px;
    }
    }

    Best regards,
    Rikard

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