Home Forums Basel support forum Issue with responsiveness in shop

Issue with responsiveness in shop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35226

    veikkopalo
    Participant

    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.
    #35272

    Artem Temos
    Keymaster

    Hi,

    We have disabled extra plugins that are not required for our theme and now it seems to be working correctly.

    Regards

    #35276

    veikkopalo
    Participant

    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!

    #35279

    Artem Temos
    Keymaster

    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.

Viewing 4 posts - 1 through 4 (of 4 total)