How To Increase Gaps Between Tabs? - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

How To Increase Gaps Between Tabs?

Kostas Konstantinidis

Kostas Konstantinidis

Extension 3 years ago

Hi there, I use imaged tabs. (RESTORA template, last version of PRO addons) How is possible to increase the gaps between them and how to align tabs to center? thank's

0
3 Answers
Pavel
Pavel
Accepted Answer
3 years ago #48146

Hi. Add your own class name to the addon CSS Class field. And use following code (add it to the costom.css file):

.your-own-class-name .sppb-nav {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #48175

Hello Kostas Konstantinidis

Hopefully, your have got the solution. Thanks to Pavel.

Best regards

0
Kostas Konstantinidis
Kostas Konstantinidis
Accepted Answer
3 years ago #48195

yes it works perfect thank's

0