Issue with responsiveness in shop
-
When I navigate to my shop page and resize the browser window on desktop (or view the page on mobile) the products just disappear from the front end -> e.g. it seems like the responsiveness is not working in the theme. I made a post about this to the themeforest forum (see attach “screenshot.png” to see the discussion with support). I was adviced to raise this topic in this forum.
You can see the issue with the responsiveness when you scale down the browser window in the shop: http://vaatehaukka.fi/tuote-osasto/lasten-outlet/
I tried to fix this myself by applying the following, but it didn’t fully work (e.g. some page elements started to overlap eachothers). But it seems it has something to do with the col-sm css values maybe.
@media (max-width: 768px){
.col-sm-4 {
position:unset!important;
}
}
.col-xs-6 {
position:unset!important
}
Attachments:
You must be
logged in to view attached files.
Hi,
We have disabled extra plugins that are not required for our theme and now it seems to be working correctly.
Regards
Were the plugins something that I had installed (if so, which one(s) caused this?) or were they something that came from somewhere else (E.g. inside the theme?). In any case, thank you for looking in to this!
Now you need to go to Dashboard -> Plugins -> Recently active and activate them one by one. After each step you need to check how the shop page works to understand which of them caused this problem.