RealTimeDesigner Support Network
Wiki Forums Libraries Docs Support RealTimeDesigner Home
Welcome! Log In Create A New Profile

Advanced

Button Spacing

Posted by NSFGraphics 
Button Spacing
April 04, 2017 04:40PM
Alex,
We are trying to space things out in our cart to let things breathe. I have spaced out the Product Options, but I want to increase the spacing between Total Price, Update, and Remove from Cart. Where and how should I do that?


Re: Button Spacing
April 05, 2017 02:38AM
Those lines all have classes, so you can add spacing easily. The classes are:
cartline_draftprice - the price line
cartline_instantpricingupdate - the update line
cartline_deleteitem - the remove line

So, you can use something as simple as this in your DirectCSS to add spacing:
.cartline_draftprice, .cartline_instantpricingupdate, .cartline_deleteitem {
   padding-bottom: 10px;
}
Re: Button Spacing
April 05, 2017 07:28AM
Thanks!
Sorry, only registered users may post in this forum.

Click here to login