Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Marketplace › Store Display Page – Using Full Width
Tagged: Page Width - Vendor Display Page
- This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by Sonali Vinnakota.
Viewing 2 reply threads
- AuthorPosts
- May 17, 2020 at 8:57 pm #132258Sonali VinnakotaParticipant
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.
- May 18, 2020 at 1:54 pm #132482Sarmistha ChakrabortyMember
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.
- May 20, 2020 at 7:02 am #133361Sonali VinnakotaParticipant
Thank you, Sarmishta. It worked.
Regards.
- AuthorPosts
Viewing 2 reply threads
- You must be logged in to reply to this topic.