Forum replies created
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.
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.
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.
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.
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.
You’re welcome! 🙂
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.
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.
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.
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.