Add padding to column shortcode
Hi, I am using four [one_fourth] column shortcodes within a single column builder item. Currently the 4 column shortcodes are right up against each other, how do I add padding to the shortcodes to prevent this?
To see what I am talking about you can visit the following link and go to the bottom boxed "primary practice areas": http://d49.050.myftpupload.com/about/
Thank you in advance for any help you can offer!
To see what I am talking about you can visit the following link and go to the bottom boxed "primary practice areas": http://d49.050.myftpupload.com/about/
Thank you in advance for any help you can offer!
Comments
Instead of using shortcodes you can use html, like so:
<div class="column one-fourth" style="padding:20px;"></div>
thanks
Thank you for your help though, I will use your method and add my own media query.