Hello,
Right now I have four tabs, that on desktop (with padding) I’d like to take up 25% of the space each.
So that each is the same width, and is full width across the content area.
And then on mobile, I’d like them to be full width and stacked.
Right now i have this code:
.x-nav-tabs>li {
max-width: 256px;
margin-right: 10px;
}
and i’ve tried to rejigger it a few times, but nothing works on both desktop and mobile so far.
Any advice?
Jesse