Forum replies created

    Imran
    Spectator
    Posts: 402
    July 29, 2015 at 12:33 pm #19320

    Hi Angelo,

    Thanks for writing in, would you mind providing your website URL so we can take a look into your setup and provide you with a tailored answer.

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 5:54 pm #19271

    Hi Teresa,

    If you want to achieve something like this: http://prntscr.com/7y0r21. Please add the following code under Appearance > Theme Options > Custom CSS:

    .widget img {
    height: auto !important;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 5:47 pm #19270

    Hi Heinrich,

    If you wish to show the hidden image after being clicked, so you can try adding the following code under Appearance > Theme Options > custom CSS:

    .product .images .flexslider .slides img {
    visibility: visible !important;
    }

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 4:50 pm #19269

    Hi Larkoll,

    Would you mind providing more clarification about your exact issue and be more clear in what you want us to assist, so we can provide you with a tailored response.

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 4:26 pm #19267

    Hi Georgios,

    In regard to custom logo position, so you can control that by using the following code into your custom CSS:

    #logo-image {
    margin: 15px 64px 0 10px !important;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 4:18 pm #19266

    You’re welcome! 🙂

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 4:13 pm #19265

    Hi Heinrich,

    Thanks for writing in, would you mind providing us with the URL of your website so we can take a closer look into your setup and provide you a detailed response.

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 28, 2015 at 3:49 pm #19263

    Hi Teresa,

    Thanks for writing in,

    Would you mind to provide the link of your free version website, so we can look for responsiveness of the images issue. In regard to set up the premium version, I’d refer you to this link:

    https://theme4press.com/docs/theme-installation-update/

    And if you feel difficult even after, so you can check for our services page where you can order a quick theme install service.

    https://theme4press.com/services/

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 27, 2015 at 3:46 pm #19212

    Hi Pako,

    Thanks for writing in, if you wish to achieve that, so you can add the following code under Appearance > Theme Options > custom CSS:

    .home .type-post .entry-content {
    text-align: justify;
    }

    Hope this helps!

    Thanks.

    Imran
    Spectator
    Posts: 402
    July 27, 2015 at 3:32 pm #19211

    Hi Larkoll,

    Thanks for writing in, if you wish to achieve full width on your recent works, so you can add the following code under Appearance > Theme Options > custom CSS:

    #main .alora-row {
    margin: 0 auto;
    max-width: 940px;
    max-width: 100% !important;
    }

    .caroufredsel_wrapper {
    margin: 0 auto !important;
    width: 100% !important;
    }

    Thanks.