Right now tabs always move left?
I want tabs to centre on top for all devices.
Is it this part of css (./gk_quark/css/small.desktop.css) ?:
- Code: Select all
.transparent-tabs .gkTabsNav {
left: 0;
padding: 10px !important;
transform: none;
width: 100%;
}
Thanks,
Pascal