Hey there,
can I put more space between the Tabs ?
The are really close to the center i would like to spread them wider horizontally.
Cheers
Monika
Hey Monika,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 767px) {
.js_active .av-tab-section-tab-title-container {
display: flex!important;
justify-content: space-around;
align-items: flex-end;
}
}
Best regards,
Mike
Thank you very Much Milke!
That worked!
The Tabs spread better.
Would it be possible to make the Tab itself wider too?
Because now, it ts making my Tab Text still very tight, creating two rows, even though its just a little text.
Cheers
Monika
Hi,
Please try this CSS as well:
.av-inner-tab-title {
width: 170px;
}
.avia_transform .av-tab-arrow-container span {
left: 33%;
}
Best regards,
Rikard
Thank you Rikard!!
This works great!
Cheers
Monika
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard