Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1005882

    Hello, I would like the text boxes of the counter are aligned vertically in my color section, yet everything seems to be as it should be … what is my problem?

    Thanks for helping me !

    #1005910

    Hey Marie-Claude,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #av_section_2 .flex_column_table_cell {
        vertical-align: bottom;
    }

    Best regards,
    Rikard

    #1006086

    Hi Rikard,

    I’m sorry but it does not work just for the first column of text :-(

    #1006114

    Hi,

    Thanks for the feedback. Please try this instead:

    .home #av_section_2 .av_one_fourth {
        vertical-align: bottom;
    }

    Best regards,
    Rikard

    #1006259

    Sorry Rikard, it does not work anymore
    See my printscreen

    Thanks for helping me :)

    #1006421

    Hi,

    Thanks for the screenshot. Please try this instead:

    .home #av_section_2 .av_one_fourth {
        vertical-align: bottom;
        padding:0 !important;
    }

    Best regards,
    Rikard

    #1006454

    Wonderful Rikard, I think everything is correct.
    I finalized it by adding a 5% higher margin
    I will leave the ticket open for a few more days, if a problem appears or I did not see.

    Thanks !

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.