[Resolved] post image on mobile

Home Forums Support [Resolved] post image on mobile

Home Forums Support post image on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1146614
    Ruben

    Hi.

    I would like the image on my posts to look similar to the one in desktop.

    This is the desktop: https://imgur.com/Mkl4efy

    This is the mobile: https://imgur.com/syAH3sT

    As you can see the image goes to centre, however I would like it to be on the right side of post as in desktop mode. I tried to make image very small, like 120 px width, etc, but it does not work. I see other websites that achieve this even with large images. How could I do that?

    The post I am trying to configure is this one: https://www.mejorbrokerdebolsa.com/invertir-gas-natural-bolsa/

    Thank you

    #1146748
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    @media (max-width: 768px) {
        .alignright {
            display: inline;
            float: right;
            margin-left: 1.5em;
        }
    }
    #1146897
    Ruben

    Thank you

    #1147175
    David
    Staff
    Customer Support

    You’re welcome

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