Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1748937
Responsive
Closed

Comments

  • YCtheme started the conversation

    Hello, 


    we have responsive problems on the home page. Could you have a look and tell us where it comes from ? 

    Thank you 


  • YCtheme replied

    Hello,


    Could you help us please. All the responsive is not working anymore. Same on our product page. They all look very small 

    www.groupe-ratheau.com


    Thank you

  •  104
    FlexiPress replied

    Hello,

    The issue is being caused by 'codecanyon-16973546-agile-store-locator-google-maps-for-wordpress' plugin, more specifically '/public/css/all-css.min.css' file. This file includes Bootstrap code and is creating a conflict. The solution would be to completely remove the plugin or at least the Bootstrap code part.

    A more simple and tricky solution for you could be to paste the following code into Housico > Custom Code > Custom CSS:

    @media (max-width: 767px) {
     [class^="col-"],
     [class*="col-"] {
       width: 100% !important;
     }
    }

    All the best,


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter

  • YCtheme replied

    Thank you very much for your answer. This works for the home page. 

    We also have to problem on our product page and category page. 

    Can you help :) 

    https://www.groupe-ratheau.com/categorie-produit/bois-et-construction/bois-de-charpente/charpente-resineux


    Thank you very much

  •  104
    FlexiPress replied

    Please paste the following code into Housico > Custom Code > Custom CSS in order to fix that.

    @media (max-width: 992px) {
     .vu_wc-page.vu_no-sidebar ul.products li.product {
       width: 33.333333333%;
     }
    }
    @media (max-width: 768px) {
     .vu_wc-page.vu_no-sidebar ul.products li.product,
     .vu_wc-page.vu_with-sidebar ul.products li.product {
       width: 50%;
     }
    }
    @media (max-width: 480px) {
     .vu_wc-page.vu_no-sidebar ul.products li.product,
     .vu_wc-page.vu_with-sidebar ul.products li.product {
       width: 100%;
     }
    }

    Kind regards,


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter