Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: button align to bottom of column #1125877

    Rikard,

    I’ve tried your code. It doesn’t work for me.

    Here is a screenshot of my site with inspector open:

    View post on imgur.com

    The columns are inside a color section and I set a minimum height to it.

    Please help!

    
    .valign_bottom .avia-button {
      position:absolute !important; 
      bottom:0 !important;
    }
    
    .avia-button-wrap .avia-button-center  .avia-builder-el-4  .el_after_av_textblock  .avia-builder-el-last  {
      position:absolute !important; 
      bottom:0 !important;
    }
    
    .avia-button-wrap .avia-button-center  .avia-builder-el-7  .el_after_av_textblock  .avia-builder-el-last  {
      position:absolute !important; 
      bottom:0 !important;
    }

    The other code is because I was trying to target buttons individually to see if it would work if I targeted elements more specifically. Didn’t work.

Viewing 1 post (of 1 total)