Divi Tabs Align Center

chikala

Active member
Dec 23, 2020
350
179
43
Hello babiato family,

Can you please help me? How can I make divi tabs aligned to the center in divi tabs module?

You don't have permission to view the spoiler content. Log in or register now.
 

nordie

Well-known member
Trusted Uploader
Jun 21, 2019
610
625
100
Amsterdam
Hello babiato family,

Can you please help me? How can I make divi tabs aligned to the center in divi tabs module?

You don't have permission to view the spoiler content. Log in or register now.
check this post on FB


Go to Tabs Module > Advanced Tab > CSS Class, and paste:
custom-tabs
Go to Divi > Page Settings > Custom CSS, and paste this (Replace "3" with your number of Tabs):
.custom-tabs .et_pb_tabs_controls li {
width: calc(100% / 3);
display: inline-grid;
text-align: center;
}
.custom-tabs .et_pb_tabs_controls li a {
padding: 5px;


I do not know how to save the video