Home › Forums › Theme support › Adjusting Padding to Sections in Nico › Reply To: Adjusting Padding to Sections in Nico
Hi,
to you need an extra padding in the [section] shortcode or in the column ([one_fourth], …) shortcodes?
Because the column shortcode dont have an option for it, but if you want, you can insert a div and to it with inline style, for example:
[one_fourth]
<div style="padding-right:40px;">
Your Content
</div>
[/one_fourth]