Jump to content

kkg

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by kkg

  1. On 5/15/2022 at 3:54 PM, tuanphan said:

    Use this code

    /* Mobile-align 3 buttons */
    @media screen and (min-width:768px) {
    div#block-551ff76f71509fc03ded+.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    div#block-551ff76f71509fc03ded+.row .span-4 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        padding-bottom: 50px;
    }
    div#block-551ff76f71509fc03ded+.row .span-4 .button-block {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
    }}

     

    Thank you so much! This code solved it!

    I have another query that's not in line with this thread. Can I raise it here?

     

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.