Hi Enfold Team,
I love your theme so much I decided to build another site using it. I did run into one issue – On mobile my Fullwidth Easy Slider Captions are over lapping the text. Is there a way to make those smaller and right justified? I did make the settings right justified but they only seem to apply to desktop – not mobile.
Hey darrenheld2,
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) {
.responsive #top .slideshow_caption {
left: 160px;
width: 55%;
}
.responsive #top .slideshow_caption h2 {
font-size: 16px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you! That look great on my phone when it is normally held but when I rotate it horizontally things are still overlapping. How would I resolve that?
Hi darrenheld2,
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 (min-width: 480px) and (max-width: 989px) {
.responsive #top .slideshow_caption {
left: 260px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria