elementor / elementor

The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.

Home Page:https://elementor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsive problems with Tabs element

Nat-Faeeria opened this issue · comments

On some displays, the tabs of the Tab element go to line if they don't have enough space to be displayed. But the design is not made with this in mind : the border breaks, and it doesn't look great.
capture du 2016-07-18 16 05 53

Please insert this code, and tell me if it's working
.elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {display: table-cell;}

it is better but still not it (btw, I had to !important it, this rule already existed with a "display: inline-block")
capture du 2016-07-18 17 32 46

Please check the line-height of the tab title, it looks like what is causing your problem

Yup, perfect ! I hadn't thought about it.
Thanks !