Hi there,
I am using a payment cart system. When an item is added to the cart, the header of the theme seems to break.
See here BEFORE item is added to cart: http://screencast.com/t/9c7jjofO
And see AFTER item is added to cart: http://screencast.com/t/h8DNw7e2
Thanks, please help. No idea what’s going on.
Hey RRJ!
I see you problem, there’s definitely a conflict going on there. Unfortunately our support for third party plugins is limited but we’ll try to help you out as much as possible. Is there any reason to why you are not using WooCommerce for this functionality instead?
Cheers!
Rikard
Hey!
Please add this in the Quick CSS field to fix the main container:
.html_boxed #main {
width: 100%;
}
And try this one to fix the header:
.header-scrolled {
top: 0 !important;
}
Best regards,
Ismael
Thank you this was perfect!
Thanks – please close. :)