Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
- Code: Select all
#gkTop1 div.box {
width: 15.16%;
}
but this code will work on all elements with .box suffix. If you will add your own suffix, for example mycolumns, you can use:
- Code: Select all
#gkTop1 div.mycolumns {
width: 15.16%;
}
instead.
Remember to enable "CSS override" in template settings - advanced section.