Bottom margin for column shortcode

Hello

I'm using column shortcodes to create page content using Be Builder.

When I built page using Column and Icon Box elements, in Advanced section => Spacing => Margin-bottom I can set 0px

In this way I remove whitespaces between elements of the page.

But, in case when I'm using Tabs element with Inline shortcode, I can't change the default Margin 40px between elements.


I tried to apply an ID and Class unique for each element, but it does't work.

Maybe my syntax was not correct, how can this be written correctly for such a usage example?


[tabs title="" type=""][tab title="Test 1"]

[one_third]

[icon_box title="1" tag="h5" icon="" icon_position="" image="https://1.eu/1.png" border="" link="" target="lightbox" class="" animate=""][/icon_box]

[/one_third]

[one_third]

[icon_box title="2" tag="h5" icon="" icon_position="" image="https://1.eu/2.png" border="" link="" target="lightbox" class="" animate=""][/icon_box]

[/one_third]

[one_third]

[icon_box title="3" tag="h5" icon="" icon_position="" image="https://1.eu/3.png" border="" link="" target="lightbox" class="" animate=""][/icon_box]

[/one_third]


[one]

<p>Text here</p>

<ul class="list_check">

<li>Item 1</li>

<li>Item 2</li>

<li>Item 3</li>

</ul>

<p>Text here</p>

[/one]

[/tab]


[tab title="Test 2"]

[two_third]

<table>

<tbody>

<tr>

<td>Test 1</td>

<td>Test 2</td>

</tr>

<tr>

<td>Test 1</td>

<td>Test 2</td>

</tr>

</tbody>

</table>

[/two_third]

[/tab]


[tab title="Test 3"]

[one_second]

<iframe width="600" height="375"

src="https://www.youtube.com/embed/1">

</iframe>[/one_second]

[one_second]<iframe width="600" height="375"

src="https://www.youtube.com/embed/2">

</iframe>

[/one_second]

[/tab]

[/tabs]

Comments

Sign In or Register to comment.