This topic has 9 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hi,
I had the cart widget and search form in my header (top left)
Since I’ve updated the WooPress 1.5 (+ woocommerce + pluggins),
– the cart widget is not aligned with the search form
– the cart widget doesn’t show anymore the total amount (when products added to the cart)
Here is a screenshot: https://www.dropbox.com/s/dimnphcsn0qmybf/cart%20widget.png?dl=0
Thank you for your help.
Hello,
Please try to add this code in custom.css file.
.shopping-cart-widget {
padding: 30px 15px;
}
Regards,
Robert Hall.
Thank you Robert, but nothing has changed.
Besides position of cart and total amount disappearing,
Also 2 other things went wrong since last update:
1. in Firefox, the footer © is disappearing under the header (left side), while in Safari is ok.
2. The Revolution slider on home page is no longer aligned on top (but has a white margin top)
Hello,
Add this code in custom.css file:
.header-vertical-enable .page-wrapper .header-type-vertical2 .shopping-container {
height: 60px !important;
}
.header-vertical-enable .page-wrapper .header-type-vertical2 .shopping-container .shopping-cart-widget .cart-summ .cart-bag .badge-number {
display: block !important;
right: -20px !important;
}
As I see footer copyright area is shown in Firefox:
http://storage3.static.itmages.com/i/15/0526/h_1432642102_9397487_82b8d5b312.png
To remove white line add this code:
.content-page {
margin-top: 0px !important;
}
Regards,
Eva Kemp.
Thank you for your help!
Everything works except for:
The revolution sliders margin top is still there,
(the margin left and right are now ok, they have disappeared)
Hello,
I’ve added the code in CSS block of Visual Composer editor in your home page:
http://storage3.static.itmages.com/i/15/0526/h_1432644051_8519251_886f343e5e.png
Please check now.
Regards,
Eva Kemp.
Fantastic! It works! 🙂
Thank you so much!
Best,
carole.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘cart widget goes wrong since update’' has been successfully resolved, and the topic is now closed for further responses