Forum replies created

    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 10:28 pm #19633

    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.

    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 6:39 pm #19618

    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.

    In reply to Logo border
    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 6:23 pm #19617

    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.

    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 5:54 pm #19611

    We are glad that you’ve found it yourself! 🙂

    In reply to Header top left
    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 5:51 pm #19610

    You’re welcome! 🙂

    In reply to max width issues
    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 5:45 pm #19609

    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.

    In reply to Logo border
    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 5:38 pm #19608

    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.

    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 5:27 pm #19607

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 5:49 pm #19517

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 5:45 pm #19516

    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.