Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Stergiou Limited Friend
    #871904

    Hello,
    How can I force all the elements (image, title, description, button) to be in center align in all boxes. In some cases (e.g. when increase resolution, or chose only two boxes per line, et.c) some lines are left aligned.
    Template JA Mono
    Module: JoomlArt Advanced Custom
    Type: features / style 1

    I remain at your disposal for further details
    Thanks and regards
    Leonidas


    1. Screen-Shot-2016-01-30-at-02.08.55
    Saguaros Moderator
    #873046

    Hi

    In the file: ROOT/templates/ja_mono/acm/features-intro/css/style.css

    Look for this snippet of code:

    .acm-features .features-item > div {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
    }

    change it to:

    .acm-features .features-item > div {
    display: block;
    float: none !important;
    vertical-align: middle;
    }

    Stergiou Limited Friend
    #873204

    Thank you my friend!
    It works!
    L.

    Saguaros Moderator
    #873210

    You’re welcome!

    Have a nice day!!!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum