Using T3 content tabs below the rotator. Don't see how I can vertically center the image. Any thoughts?

On JA-Business, running (still) Joomla 3

    Hi markmwest,
    You can use the following CSS code to resolve this issue:

    .acm-features.style-2 .row {
        display: flex;
        align-items: center;
    } 

    Give me the admin account for further checking, if you still face this issue.

    Write a Reply...
    You need to Login to view replies.