Home Forums WoodMart support forum tabs displays like desktop in mobile mode Reply To: tabs displays like desktop in mobile mode

#552753

i26980999
Participant

I can achieve this using this code. . Please help me see if there is anything that needs to be modified in this code.


@media
(max-width: 768px) {
.wd-tabs.tabs-design-aside {
–wd-header-sp: .001px;
display: grid;
grid-template-columns: var(–wd-side-width, 300px) 1fr;
gap: 20px;
}
}