Hi there.
When I open my site on Iphone X, the blue and red buttons in the slider, become partially hidden by the text column. Is there any way to solve this, please?
Thanks
Hi,
Have you added any custom CSS to those buttons?
Because their position is been absolute..
Best regards,
Basilis
Hi Basilis. No, nothing added.
Hi biosdi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
#full_slider_1,
#full_slider_1 .av_slideshow_full.avia-slideshow,
#full_slider_1 .avia-slideshow-inner,
#full_slider_1 .avia-slideshow li,
#full_slider_1 .avia-slideshow li img {
min-height: 200px;
}
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 0px;
}
.slideshow_caption {
width: 80%;
}
}
@media only screen and (min-width: 768px) and (max-width:990px){
#av_section_1 .flex_column_table {
margin-top: -80px !important;
}
.slideshow_caption h2 {
font-size: 30px !important;
padding-top: 0px;
margin-bottom: 0;
}
.slideshow_caption {
width: 80%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Worked! Thank you so much!
One more question: how can I add BOLD or ITALIC options to the text over images in Easy Slider?
Many thanks!
Hi,
You can wrap them in tags for example:
<strong>Bold text</strong>
<i>Italic text</i>
Best regards,
Rikard
Thanks a lot!
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Sure, you can close it!!
Best regards