• Resolved Argentum

    (@argentum)


    Hi,

    Would it be possible to add some CSS breakpoints in the settings where the images no longer float to the left? Now when I pull the window to a width where only one picture thumbnail is visible per row, the image isn’t centered, and it looks wonky.

    Thanks for a great plugin!

    All the best
    A

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Please take a look at the second “oddity” here for centering.

    You can apply this universally, or if you can tell me what breakpoints you are trying to set, I can give you the CSS code that you can add to your Custom CSS in Customizer.

    Thread Starter Argentum

    (@argentum)

    Thanks! That did it.
    I added
    @media screen and (max-width: 672px){
    .photonic-standard-layout {
    justify-content: center;
    }
    }

    Lightning fast support. Great! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image floating left on mobile’ is closed to new replies.