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

    Hiya,

    Please if you go to peter-test1.co.uk. I have four columns “Solar panels” etc and am trying to get the”Read More” buttons the same height so that they all are aligned to the same height after the text, can you help please.

    #1378157

    Hey condonp,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .home #av-layout-grid-1 .avia_textblock > p {
      min-height: 145px;
    }
    

    Best regards,
    Yigit

    #1378163

    I have added this but buttons do not still align in each column and also when you goto iPad it also not aligned

    Can you please advise

    #1378173

    Hi,

    Please try this CSS instead:

    .home #av-layout-grid-1 .flex_cell_inner {
        min-height: 635px;
        height: 635px;
    }
    
    .home #av-layout-grid-1 .avia-button-wrap {
        position: absolute;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    Best regards,
    Rikard

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