Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #784196

    I have three small buttons in a 1/3 column. These display side-by-side, which is how I want them. However, when I right-align all of them (so they are aligned with the right-hand page content edge) the spacing between them disappears and they butt up against one another. See the screenshot below.

    Right-aligned buttons with no spacing: https://i.imgur.com/zCkNSpr.png

    • This topic was modified 7 years, 6 months ago by danldurall.
    #784213

    Hey danldurall,

    Try adding the following to quick css:

    .flex_column.av_one_third.flex_column_div.avia-builder-el-9 .avia-button-wrap.avia-button-right{
    padding-right:5px!important;
    }

    Best regards,
    Jordan Shannon

    #784225

    Thanks Jordan, that worked! Will that CSS affect anything else?

    #784241

    Hi,

    No that is targeted to only that section.

    Best regards,
    Jordan Shannon

    #786619

    Perfect, this worked! Thanks!

    #786624

    Hi,

    No problem at all. If you need additionaln help, please let us know here on the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Right Aligned Buttons Missing Padding?’ is closed to new replies.