Tagged: footer, shop, woocommerce
Hi
On all pages in the footer (4) I have form to subscribe to a newsletter. There is a text (We keep your information secure and to ourselves) below and it look ok on all pages except on the shop pages. Any idea on how to fix this?
Looks ok on ex. http://mmfvintage.com/ and http://mmfvintage.com/contact/ but _not_ on http://mmfvintage.com/shop/ , http://mmfvintage.com/shopping-cart/ and all product pages…
All the best
.m
Hi Magnus!
Thank you for visiting Kriesi’s support forum!
Please add this on Quick CSS or custom.css to fix the subscribe form’s layout:
.woocommerce .mymail-widget-text.mymail-widget-text-after {
clear: both;
position: relative;
top: 10px;
}
Cheers!
Ismael
Thnx
I removed .woocommerce to make it work on all shop pages (cart/check-out)
It does something with the size on the button but it looks much better. Could it have to do with the “avia-post-nav avia-post-next with-image” code?
Link to image: https://www.dropbox.com/s/5cjr8odn2r3kbnn/enfold-newsletter.jpg
Hi!
No. The following is breaking the design:
.woocommerce-page .button{
.....
}
Use the following and adjust the values:
.woocommerce-page .button{
padding: 10px !important;
}
Best regards,
Günter