Porblem with woocommerce plugin
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
5Hi. It might be easier to try the following under Appearance > Custom CSS:
/* WooCommerce */ .woocommerce-page #container { max-width: 100% !important; }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.
Try this rather:
/* WooCommerce Container */ .woocommerce-page #container { float: none !important; margin: 0 auto; }Dear Andrew
Thank you so much, this has solved the issue.
Regards
O.
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.