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

    Hello,

    on the Site below, the texts should be next to the images at the same height as shown here.
    https://my.hidrive.com/lnk/hWRErhBo

    how do i get that? and is it possible that mobile the text is then under the picture?

    #1352788

    Hey babettegcc,
    Thanks for the screenshot and the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .avia-testimonial_inner > .avia-testimonial-content {
    	height: 80px !important;
        vertical-align: middle !important;
        display: table-cell !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1352888

    thank you :)

    #1352897

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image and Text same height’ is closed to new replies.