Hi Denis.
Because this is customization, here I can give you only basic tips :
1) Start from this CSS :
- Code: Select all
.big .gkTabsWrap.vertical ol li {width:137px;}
2) Now you have to also reduce size of icons a little bit : templates/gk_appsprotech/images/style3/tabs_small_icons.png
using photoshop or any other graphic tool
3) last step, you have to move each background img into left
using CSS changing default values.
Here: templates/gk_appsprotech/css/gk.stuff.css
starting from line 188 :
.big .gkTab ul.gkTabs li.gkTab-1, .big .gkTabsGK5 ol.gkTabsNav li.gkTabs-1 { background-position: 45px 0; }
New one
.big .gkTab ul.gkTabs li.gkTab-1, .big .gkTabsGK5 ol.gkTabsNav li.gkTabs-1 {
background-position: 5px 0;
}