Tagged: ,

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

    proof

    as you can see one button is lower then the other

    this button sits inside a quform popup link
    [iphorm_popup id=2 name="Form"][/iphorm_popup]

    any way to go around this or handle it ?

    #352398

    Hey Haybazak!

    Thank you for using Enfold.

    Add this on Quick CSS:

    div#av_section_3 .flex_column.av_one_fourth.avia-builder-el-30.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin .avia_textblock > p:first-child {
    display: none;
    }

    To make the code cleaner, please refer to this link on how to add custom css class on builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #352729

    Hey Ismael thanks for the response,

    That didn’t seem to work

    #353453

    Hi!

    try this one in Quick CSS.

    .avia-button.avia-color-green, .avia-button.avia-color-green:hover {
    top: 13px;
    }
    

    Regards,
    Andy

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