Can I set a left/right margin space for the section tabs?

Last updated Sep 25 2019

Usually, when you add a margin to your section tabs (in the style > margin category) it is applied to all of the tabs. But what if you want to add a margin to the right or to the left of the entire tab group - can this be done? Yes, it can, using CSS.
All you have to do is:
1- Insert a CSS code in the form
Go to ‘Properties panel’> ‘Form’ tab > ‘Style’ option > ‘CSS’ category
And paste the following code:
.my_Custom_section .section-tab-list {padding-left: 30px;}
(you can change “left” to “right” and also the exact number of pixels according to your needs).


2- Give the tabbed section the class name.
- Select the section on canvas
- Go to ‘Properties panel’> ‘Element’ tab > ‘Style’ option > ‘CSS name’ category
Enter the class name:
my_Custom_section
- You will then see that the section’s tab line moved to the right.



CommentsLogin Required
Didn’t find what you were looking for?
Try the following for assistance or Use the Search box.