Vendor page page 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!

Viewing 3 reply threads
  • Author
    Posts
    • #32117
      Sam
      Guest

      Hi,

      How can I make a single vendor page page width to “boxed” instead of “full-width”?

      Thanks.

    • #32139
      WCFM Forum
      Keymaster

      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

    • #32371
      Sam
      Guest

      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!

    • #32397
      WCFM Forum
      Keymaster

      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

Viewing 3 reply threads
  • The topic ‘Vendor page page width’ is closed to new replies.