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

    Hi
    How can I vertically center my text next to an image on the page I’m linking to in the private content area. There are three such sections where need text and image to vertically center. I’ve tried various possible solutions using css and adding classes to the various elements but I can’t get it to work properly. I’m talking about the three sections near the bottom where the text blocks next to the images are vertically aligned to the top.

    Do you know how to fix it? Thanks in advance. :)

    #1242413

    Hey Jonas,

    Thanks for giving us admin access.
    I have added those 3 Color with mybox class.
    Then in Quick CSS (top) added this CSS code:

    #top .mybox .entry-content-wrapper {
        display: flex;
        align-items: center;
    }

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #1242444

    That’s perfect! Thanks so much. :)

    #1242449

    Hi Jonas,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Vertically center text and image’ is closed to new replies.