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
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
Thanks Jordan, that worked! Will that CSS affect anything else?
Hi,
No that is targeted to only that section.
Best regards,
Jordan Shannon
Perfect, this worked! Thanks!
Hi,
No problem at all. If you need additionaln help, please let us know here on the forums.
Best regards,
Jordan Shannon