Hi,
I tried to adjust the display of the tabs on the home page in the different display, but I could not do it. can you help me please !
the "tabs with" button does not work for this module and I know why ?
@media only screen and (min-width:841px) and (max-width: 1325px) {
#gk-tab-1 .gkTabsWrap.vertical ol li,
#gk-tab-1 .gkTabsWrap.horizontal ol li {
float: none;
}
}
#gkSidebarLeft .gkTabsWrap.vertical ol li {
border: medium none;
margin: 0 !important;
padding: 0 !important;
text-indent: -999px;
width: 33%;
background: none no-repeat center center transparent;
}
#gkSidebarLeft .gkTabsWrap.vertical ol li:nth-child(1) {
background-image: url(path to image 1);
}
#gkSidebarLeft .gkTabsWrap.vertical ol li:nth-child(2) {
background-image: url(path to image 2);
}
#gkSidebarLeft .gkTabsWrap.vertical ol li:nth-child(3) {
background-image: url(path to image 3);
}