Hi Enfold,
So I use the fullwidth Easyslider on several of my site pages (see private content). It works well on a laptop screen and iPad etc, however, when displayed on an iPhone in portrait some of the captions disappear. The main heading is there, but the sub heading and button disappear.
Is there a fix for this? Thank you.
Hey Marssolutions,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 40px !important;
}
}
Best regards,
Rikard
Hi,
Just loaded the page and can see all the buttons loading properly, can you share a screenshot for us please?
Best regards,
Basilis
Hi!
You can upload a screenshot to imgur.com, dropbox.com, Google Drive or another similar service and share the link here.
Best regards,
Sarah
Hi Marssolutions,
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: 479px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 20px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks Victoria, works perfectly, thanks again!