Home Forums WoodMart support forum Tabs Layout Reply To: Tabs Layout

#124531

Anonymous
Inactive

Hi, could I have help styling woocomerce tabs for mobile with the above code?


@media
(max-width: 549px)
.small-nav-collapse>li a {
width: 100%;
display: block;
}
.nav-outline>li>a {
line-height: 2.4em;
padding: 0 .75em;
position: relative;
z-index: 10;
border: 2px solid transparent;
border-radius: 32px;
}
.nav>li>a {
font-size: .8em;
}
.nav-uppercase>li>a {
letter-spacing: .02em;
text-transform: uppercase;
font-weight: bolder;
}