My store front is not responsive :(

GK User
Mon Oct 27, 2014 5:07 pm
When i size down my shop the items are not responsive sized.
Can you help me out?

http://www.uitvaartzorginbeeld.nl/gedenk-artikelen

Thank you in forward
User avatar
Junior Boarder

teitbite
Wed Oct 29, 2014 9:20 am
Hi

Please send me an access to joomla panel. I need to check some settings to tell why it's not working.
User avatar
Moderator

GK User
Wed Oct 29, 2014 9:51 am
Request forfilled
User avatar
Junior Boarder

teitbite
Wed Oct 29, 2014 10:29 am
Hi

That's odd, but looks the 6 columns layout was not implemented. Try add this code to tablet.css:

Code: Select all
.width16 {
    width: 33%;
}

.width16:nth-child(4) {
    clear: both;
}


and this to mobile.css:

Code: Select all
.width16 {
    width: 100%;
    clear: both;
    float: none;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
User avatar
Moderator

GK User
Wed Oct 29, 2014 10:43 am
TY for the support. :D
It works great.

I used the original files from the template.
Did i mess something up? :roll:
User avatar
Junior Boarder

teitbite
Wed Oct 29, 2014 2:07 pm
Hi

No it was clearly missing. I thin developers simply missed the fact that someone may use full site width and prepared a style for 5 columns at most.
User avatar
Moderator


cron