New Landing How can we help? Themeforest Theme Support Neighborhood Category page not properly displayed on mobile

Viewing 8 posts - 1 through 8 (of 8 total)
  • #166480
    stijnue149
    Member
    Post count: 23

    Hi,

    The category page on mobile is not displayed well, as you can see. The images and text is displayed very small. Do you have some css code to change this? I have tried all the caching plugins every option and so on, but this is not solving the problem.

    Hopefully you can provide me with a solution.

    Best,
    Stijn

    #166859
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    body .has-no-sidebar ul.products li.product{
    width:100% !important;
    }
    }
    

    Thanks
    Mohammad

    #166862
    stijnue149
    Member
    Post count: 23

    Hi Mohammed,

    Thank you a lot! It is working for portrait mode, but not on landscape mode, do you have a solution for landscape mode? would be great!

    Best,

    Stijn

    #166872
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Change the max width to 767px

    – Kyle

    #166881
    stijnue149
    Member
    Post count: 23
    This reply has been marked as private.
    #167083
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 767px) {
    body.page .has-no-sidebar ul.products li.product{
    width:100% !important;
    }
    }

    Thanks
    Mohammad

    #167128
    stijnue149
    Member
    Post count: 23

    Thank you a lot Mohammed and Kyle! Great, everything works now!

    #167129
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great 🙂

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register