New Landing › How can we help? › Themeforest Theme Support › Neighborhood › product content shifted to the right (only for new added ones)
After updating to 3.0 the content of a newly added product is shifted to the right. Old products are fine. I can’t understand why. I downgraded to the previous theme version and the problem is still there. What’s the problem?
Handel Cantate 02
Hi,
Please use this custom css code:-
.woocommerce div.product{
margin:0px !important;
}
Thanks
Mohammad
Hi Mohammad,
thanks for the reply! Added the code, but the shift it’s still there…
please compare it with the other product http://www.ayros.eu/shop/handel-cantate-01/
I forward this to my colleague. He is expert in css.
Hello ayros,
Please use the custom CSS code below.
.woocommerce.woocommerce-page article.product { margin: 0; }
sorry, it doesn’t work. Handel cantate 02 it’s still shifted to the right, while the other products are right. 🙁
Hi
Add this to your custom css:
.woocommerce div.product { margin-left: 0; }
– Kyle
problem solved! thanks a lot, you guys rock 🙂
No problem 🙂
now I have upgraded, and the Handel CAntate 02 is all shifted to the left. 🙁
I removed the custom code, and nothing changes. Better downgrade again?
Add this:
.woocommerce.single-product .page-content { margin-left: 0; }
nope… still wrong
is it maybe related to the “NEW” badge? because this silly behavior is just with the new product
Which link?
http://www.ayros.eu/shop/handel-cantate-02/ is wrong.
http://www.ayros.eu/shop/handel-cantate-01/ is right
You must be logged in and have valid license to reply to this topic.