New Landing How can we help? Cardinal Align Left Buttons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #203845
    loganwilliamson
    Member
    Post count: 75

    Could you let me know how to align a button to the left and not have it centered? Thanks so much for the continued great support!

    -Logan

    #204204
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific pagw url with this button to check and fine any solution.
    Thanks
    Mohammad

    #204210
    loganwilliamson
    Member
    Post count: 75
    This reply has been marked as private.
    #204213
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to make all the buttons float to the left.

    
    a.sf-button { 
        float: left;
    }

    let me know if you only want to do it to certain buttons,

    -Rui

    #204217
    loganwilliamson
    Member
    Post count: 75

    That will work. Is there a way to get them all the same size?

    #204224
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    replace the previous code by this one

    a.sf-button { 
        float: left;
        min-width:260px;
    }

    If you have a larger text you will have to adjust this width.

    -Rui

    #204225
    loganwilliamson
    Member
    Post count: 75

    Thanks! Perfect.

    #204226
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. No problem.
    -Rui

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register