Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Vendor page page width
- This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago by WCFM Forum.
- AuthorPosts
- September 20, 2018 at 1:11 pm #32117SamGuest
Hi,
How can I make a single vendor page page width to “boxed” instead of “full-width”?
Thanks.
- September 20, 2018 at 4:22 pm #32139WCFM ForumKeymaster
Hi,
Can you please know me , what do you mean by ‘boxed’?
or show me such a page from your site.Also give me a store page of your site.
Don’t worry, this will be a simple CSS tweak.
Thank You
- September 24, 2018 at 1:32 pm #32371SamGuest
Hi,
So here’s an example page: https://shop.pets-well.com/vendor/vendor/
As you can see the content is full-width side to side.
But my theme actually has some space to the sides. Like the home page: https://shop.pets-well.com/
I’m trying to make the vendor page width the same width as the homepage.
Thanks!
- September 24, 2018 at 3:28 pm #32397WCFM ForumKeymaster
Hi,
Thanks for all the details.
Kindly add this CSS to your site –
#wcfmmp-store { box-shadow: 0 0 4px 0 #ccc; width: 1200px; margin: 0 auto; }
Also keep adding this PHP code in your child theme’s functions.php
add_filter( 'wcfm_store_wrapper_class', function( $wrapper_classes ) { return 'tg-container'; });
Thank You
- AuthorPosts
- The topic ‘Vendor page page width’ is closed to new replies.