Hi
I just wanted to ask you, if there is any change to change someting about the Slider content. It seemes thet the content is not responsive!? It doesent show up as on the desktop view.
In the background there is the printscreen of the Iphone 6 and in the round image the preview how it should look like:
http://www.greentina.com/wp-content/uploads/2014/12/IP_1.jpg
Thank you
Btina
Hi Btina!
I tried viewing the URL in your screenshot but it doesn’t look like you have Enfold activated.
Regards,
Elliott
but it doesn’t look like you have Enfold activated.
Sorry I don’t understand. Can you please be more specific…
Thank you
Btina
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) {
h2.avia-caption-title {
font-size: 16px!important;
}}
Attention team! Logins can be found here – https://kriesi.at/support/topic/slider-spacing-in-comment-missing/#post-370272
Best regards,
Yigit
So finaly the website is online: http://blumen-wildgruber.de/
I am not sure if that thing fixed it, but I added to the Quick CSS and I can see the Slider content on the Iphone in horizontal way clearly.
Hi!
You have following code in Quick CSS field
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
}}
please change it to following
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 14px !important;
}}
Regards,
Yigit