Center Tabs Element - Question | JoomShaper

Center Tabs Element

D

Dezmond

SP Page Builder 10 months ago

Hello,

Just wondering if there is a easy way to align the Tabs Element center? I'm able to center the text within the tabs but the actual tabs are left aligned on the page.

Thanks

0
2 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 10 months ago #179428

Hello Dezmond,

Thank you for reaching out to us. Please check the screenshots. If you would like to center the tab nav, you can use the following CSS in your template options under custom CSS:

.sppb-addon-tab .sppb-nav {
    justify-content: center;
}

For detailed steps on how to add custom CSS, please refer to this guide: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best regards,

0
D
Dezmond
Accepted Answer
10 months ago #179492

Thanks a bunch. That worked!

0