First of all I would like to say thank you for creating such a great theme. I googled and searched the forum and only turned up vague results.
Currently running enfold with the Avia layout builder but would like to integrate cartflows. It appears they list a bit of code here that they say enables enfold to work with their plugin:
https://cartflows.com/docs/enfold-avia-builder/
Tried adding it to my functions.php but got no result(not even an error as another user previously mentioned). Is there anyone that could shine some light on this issue?
Hope you are having a great day!
Joseph
Hey Joseph,
I’m not familiar with that plugin unfortunately, but send us login details to your site in private so that we can have a closer look.
Best regards,
Rikard
It looks like I got it working. Any chance you could tell me why the check out form is not displaying in a 2 column layout? I have been messing with the css for an hour now and haven’t had any luck.
Here is the url:
https://paradigmbjj.com/new-member-checkout/
Hi,
Thanks for that. It looks to be two columns on my end though, did you manage to find a solution? If not then please post a screenshot highlighting the problem you are having.
Best regards,
Rikard
Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
form.woocommerce-checkout #customer_details {
width: 100% !important;
}
}
Best regards,
Rikard