• I’d love to see a feature for changing the alignments of the images. Currently, I’m “dirty fixing” it with CSS and the post id… But that is anything but mobile proof ??

Viewing 1 replies (of 1 total)
  • Plugin Author Hot Themes

    (@hotwptemplates)

    Hello,

    To center the random image, add this CSS:

    img.hot-random-image {
    margin: 0 auto;
    }

    To align it to the right:

    img.hot-random-image {
    margin-left: auto;
    }

    This should work on all devices, including mobiles.

    Regards,
    Milos

Viewing 1 replies (of 1 total)
  • The topic ‘Add a feature for alignments’ is closed to new replies.