storefront width

GK User
Sat Sep 24, 2016 6:14 pm
Hi,
on the home page, after install the quickstart, virtuemart module with featured items shown only on 50% (col-6) pages.
How i can changing div to col-12? (But not in Modules - advanced)

image in atacch ;)
here is link
http://test.webdesign.com.hr/

Regards
User avatar
Fresh Boarder

teitbite
Mon Sep 26, 2016 12:00 pm
Hi

You have a second module there with a suffix "onlytablet". It makes it hide for desktop, but module position is still divided into 2 columns. You need to move it to a different position or overwrite layout adding this to override.css

Code: Select all
#gkBottom3 .gkCols6 .box.gkmod-2 {
    width: 100%;
}
User avatar
Moderator


cron