Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author LiveComposer

    (@livecomposer)

    Hi there,

    Can you please provide CSS code example? You can send it using service like https://snippi.com.

    Looking forward to solve this problem with you.

    Thread Starter azimov

    (@azimov)

    It’s all okay now! I forgot to use !important in css file))

    Plugin Author LiveComposer

    (@livecomposer)

    Great to hear that problem solved.
    Good luck with your project!

    Do you mind posting the code you used to get the images in image modules to center vertically? I’d like to do the same thing.

    Thread Starter azimov

    (@azimov)

    i used this in css (but i have a fullscreen rows on my page, so this code for 100vh (viewport height) only):

    .class (or #id) {
    height: 100vh;
    padding-top: 40vh !important;
    text-align: center;
    }

    if you want to have an adaptive size of image, so you can use this:

    .class (or #id) img {
    height: 20vh !important; (but use your own height, if you want)
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image Module – CSS not working’ is closed to new replies.