VM3 6 columns Issue on Mobile view

GK User
Thu Jul 16, 2015 8:18 pm
Hi all!
I've been setting VM3 config to show 6 categories columns.
On desktop layout all it's ok, but in mobile view the columns gone to a 10% view of the screen.

If VM3 config categories column setting is 5, the mobile layout it's ok.

Somebody knows how cain I fix this issue?

thanks in advance.
User avatar
Fresh Boarder

teitbite
Sat Jul 18, 2015 11:30 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Mon Jul 20, 2015 9:26 pm
Hi

Try add this code to override.css and make sure override is enabled in template settings:

Code: Select all
.width16 {
    margin: 0 auto;
    width: 50%;
}
User avatar
Moderator


cron