This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Porblem with woocommerce plugin

Resolved 5 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello,

I have been having problems aligning my shop/catalog page and the cart too. I have tried through css.

I have no Idea what the code should be. I want to align the complete block to the centre.

I hope you can help me.

This is the link. http://somadesign.com.mx/shop/

Best Regards

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 10 months ago

    Hi. It might be easier to try the following under Appearance > Custom CSS:

    /* WooCommerce */
    .woocommerce-page #container {
    max-width: 100% !important;
    }
  2. Omar Ivan Huerta Cardoso 11 years, 10 months ago

    Dear Andrew

    I have tried the code, but it’s not working, I can align the text, and add the cart button in relation to the image but the complete block is not moving at all.

    cart page and check out are aligned to the center. Do you know another way to align the shop page to the center.

    This is the link: http://somadesign.com.mx/shop/

    Thank you for the help

    Kind regards

    O.

  3. Andrew Misplon Staff 11 years, 10 months ago

    Try this rather:

    /* WooCommerce Container */
    .woocommerce-page #container {
    float: none !important;
    margin: 0 auto;
    }
  4. Omar Ivan Huerta Cardoso 11 years, 10 months ago

    Dear Andrew

    Thank you so much, this has solved the issue.

    Regards

    O.

  5. Andrew Misplon Staff 11 years, 10 months ago

    Super, glad we could help.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread