Home>Support>Porblem with woocommerce plugin

Porblem with woocommerce plugin

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

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

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

    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. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Try this rather:

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

    Dear Andrew

    Thank you so much, this has solved the issue.

    Regards

    O.

  5. 11 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More