Forum replies created
Hi Nathalie,
Thanks for writing in!
If you’ve saved the settings of your customizer and you’ve copied the latest backup file before updating to the newer version. Then you should be good to get the previous changes back on this version.
Thanks.
Hi Thomas,
Thanks for writing in! this particular customisation request would fall outside the scope of support we can provide. I’d refer you to our services page where you can get it done on a fair quote.
https://theme4press.com/theme-customization-service/
Thanks.
Hi Steve,
would you mind providing us with your WordPress login credentials in a private reply so that we can take a closer look to the issue?
Thanks.
We are glad that you’ve found it yourself! 🙂
You’re welcome! 🙂
Hi Raj,
Thanks for writing in, if you wish to achieve full width for you main area as well, so you can add the following code under Appearance > Theme Options > Custom CSS:
.alora-row {
max-width: 100% !important;
}
#main {
padding: 0 !important;
}
Thanks.
Hi Steve,
Thanks for writing in!
Would you mind providing us with your website URL, so we can take a closer look into your website and provide you with a tailored answer.
Thanks.
You’re welcome! 🙂
You’re welcome! 🙂
Hi Kuhlma,
Upon checking, it is still the same. I cannot proceed ahead from the step “4”, I entered all the information into the field but couldn’t proceed (see: http://prntscr.com/80cys2). It seems that there are other additional options it requires to get through form the step “4”. Whereas, if you wish to enlarge the form field on checkout page like this: http://prntscr.com/80cy68, so you can add the following code under Appearance > Theme Options > Custom CSS:
.woocommerce-content-box.evolve-checkout {
width: 78%;
}
Thanks.