Store Display Page – Using Full Width

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WC Marketplace Store Display Page – Using Full Width

Viewing 2 reply threads
  • Author
    Posts
    • #132258
      Sonali Vinnakota
      Participant

      Hi,

      The page that is used to display the vendor public profile seems to be using the full page width instead of inheriting the container width specified in the theme. I looked at the css of the page and it appears the WCFM style sheet loads it this way. How can I change it? Please see link below on how it appears now.

      https://www.induspink.com/store/bowerspace

      Regards.

    • #132482

      Hello,

      add_filter('wcfm_store_wrapper_class',function($custom_cls){
      	$custom_cls = 'row row-main';
      	return $custom_cls;
      });
      

      Try this code to your child theme’s functions.php

      In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

      Thanks.

    • #133361
      Sonali Vinnakota
      Participant

      Thank you, Sarmishta. It worked.

      Regards.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.