Hi,
I was wondering how to let the tabs cover the entire width of the container based on screen size.. maybe the screenshot can help to understand better what I mean
or to simply align center the tabs depending on the page width
Thanks
Davide
Hey aderal2016,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hi Jordan,
Sure!:)
It’s a tab element.. I think the most easy solution is to align the tabs to the center. I tried to change the .tab_titles class adding a “margin: 0 auto” or “text-align:center” but nothing..
Thanks
Davide
Hi,
try this code:
.tab_titles {
margin-left: 15%;
}
and adjust as needed.
Best regards,
Andy
Thank you!:)
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy