Tagged: accordion slider, CSS, mobile
-
AuthorPosts
-
April 21, 2018 at 1:50 am #944793
Hello!
The Accordion Slider isn’t loading any images on mobile.
http://prntscr.com/j825tz
Could you please help me out?
Thanks.April 21, 2018 at 11:00 am #944874Hey Renascer,
Can you try adding this css code in Quick CSS (located in ENfold > General Styling):
@media only screen and (max-width:767px) { #top .aviaccordion-slide img { opacity: 1; } }Hope thie helps :)
Best regards,
NikkoApril 21, 2018 at 7:28 pm #944954Sorry NIkko,
But it didn’t help.
There was this CSS code there:
@media only screen and (max-width: 767px) {
#footer div .av_one_fourth {
margin-left: 2%!important;
width: 100%!important;
}}I inserted the code as you suggested:
@media only screen and (max-width: 767px) {
#footer div .av_one_fourth {
margin-left: 2%!important;
width: 100%!important;
#top .aviaccordion-slide img {
opacity: 1;
}
}Could you please, check it out?
Best regards!
-
This reply was modified 7 years, 6 months ago by
renascersaude.
April 23, 2018 at 7:56 am #945282Hi renascersaude,
There’s a missing closing bracket that’s why it’s not working, please change this:
@media only screen and (max-width: 767px) { #footer div .av_one_fourth { margin-left: 2%!important; width: 100%!important; #top .aviaccordion-slide img { opacity: 1; } }to:
@media only screen and (max-width: 767px) { #footer div .av_one_fourth { margin-left: 2%!important; width: 100%!important; } #top .aviaccordion-slide img { opacity: 1; } }just a tip, add some spaces and indents so it’s easier to read and avoid issues.
Hope this helps :)Best regards,
NikkoApril 23, 2018 at 5:25 pm #945458Yes Nikko,
That was to ‘small’ missing detail.
Now works fine.Thank you!
April 24, 2018 at 5:23 am #945666Hi renascersaude,
You’re very much welcome, just glad we could help :)
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
This reply was modified 7 years, 6 months ago by
-
AuthorPosts
- The topic ‘Accordion Slider not showing imagens on mobile’ is closed to new replies.
