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

    Hallo ans Kriesi-Team und alle Mitleser,

    ich möchte mit Enfold vier Spalten gleicher Höhe bauen.
    Die Spalten haben unterschiedlich lange Texte und sollen einen Link-Button bekommen, der immer am unteren Rand der Spalten sein soll.

    Dazu brauche ich bitte Unterstützung.
    Die Spalten bekomme ich auf die gleiche Höhe zueinander, nur der Link-Button ist für mich nicht kontrollierbar. Er schließt sich immer der letzen Textzeile an. Dadurch bekommen die Spalten nebeneinander ein sehr unruhiges Aussehen.

    Über einfach geschriebene Tipps freue ich mich sehr und bedanke mich schon jetzt dafür.

    #1070949

    Hey Michael,

    https://cl.ly/1bc106706139 I see the hr elements added to add some space, could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1071206

    Hey Victoria, thanks for your support. I found this code in another post here in the forum and put it into the customizer with additional CSS:

    /* buttons fixed to the bottom */
    .mp_row_align_buttons .avia-button-wrap {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
    .mp_row_align_buttons .flex_column.av_one_third {
    padding-bottom: 70px !important;
    }

    The buttons are now aligned, but I can’t control them by changing the values in the code. I want a space to the bottom of the column and the text above it. For example 30 px.
    I tried 30 px White Space Separator under the buttons in the first line. This has no effect. Is perhaps the wrong way?

    Thank you very much for helping me ;-)

    #1071959

    Hi MP_EasySales,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av_section_7 .avia-button-wrap.avia-button-center {
      padding: 20px 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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