Home Forums Theme support Adjusting Padding to Sections in Nico

Tagged: , ,

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello,

    Could someone advise me on where I can edit the padding attributes of the “sections” in the Nico theme.

    I’d like to add extra space (40px) between my sections. I am only using the [three_fourth] and [one_fourth_last] shortcodes, so I would only need the extra padding between them.

    Thanks so much!

    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]
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.