Hello babiato family,
Can you please help me? How can I make divi tabs aligned to the center in divi tabs module?
check this post on FB
Meld je aan bij Facebook om te delen en contact te maken met je vrienden, familie en mensen die je kent.
www.facebook.com
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