Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #889352

    I am trying to align the buttons at the bottom of a section on this website. I set up a custom ID and css class per the other support topics, but can’t find it.

    #bottombutton .button-bottom .avia-button-wrap {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
    #bottombutton .button-bottom .flex_column.av_one_fourth {
    padding-bottom: 70px !important;
    }

    The page is in draft made and you will need to log in to view it. (below)

    #889385

    Hey ncfan2030,

    The login info provided does not seem to be working for me. Please check this.

    Best regards,
    Jordan Shannon

    #889390

    Hey Jordan! Try it now, it should work.

    #889394

    Hi,

    What is the exact section you need help with on the page?

    Best regards,
    Jordan Shannon

    #889428

    Hey Jordan,

    The top multi-colored section at the top of the page. Trying to align the buttons at the bottom.

    #890063

    Hi,

    Apologies, but I tried logging in again, but the credentials did not work. Can you test again?

    Best regards,
    Jordan Shannon

    #890136
    This reply has been marked as private.
    #890181

    Hi,

    Add this to quick css:

    .avia-builder-el-5 .avia-button{
    position:relative!important;
    top:23px!important;
    }

    .avia-builder-el-9 .avia-button{
    position:relative!important;
    top:23px!important;
    }

    .avia-builder-el-13 .avia-button{
    position:relative!important;
    top:107px!important;
    }

    .avia-builder-el-17 .avia-button{
    position:relative!important;
    top:107px!important;
    }

    Best regards,
    Jordan Shannon

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