Forum Replies Created
-
AuthorPosts
-
Yes, all good! Thank you all for the wonderful help yet again! Great to know that there are still theme developers that go above and beyond to help users create modifications.
Thank you so much for all the help. The settings above didn’t fix it but with some playing around. The following settings worked.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry{width:33%!important; margin-left:0%!important} .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0!important; clear:right;} .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first{margin-left:0!important; width:33%!important;} .responsive avia-content-slider .slide-image img { width: 33%!important; } } @media only screen and (max-width: 479px) { .responsive #top #wrap_all .avia-content-slider-odd .slide-entry{margin-left:0!important; clear:right; width:33%!important;} }
Note sure if I understood you correctly or did this correctly. But instead of commenting the code out of the .css, I added the following to the custom css. Can you confirm this is correct?
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry{width:48%!important; margin-left:4%!important} .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0!important; clear:both;} .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first{margin-left:0!important; width:100%!important;} .responsive avia-content-slider .slide-image img { width: 100%!important; } } @media only screen and (max-width: 479px) { .responsive #top #wrap_all .avia-content-slider-odd .slide-entry{margin-left:0!important; clear:both; width:100%!important;} }
That didn’t seem to work. I’ve attached a screenshot showing what I am trying to have, and what it looks like now.
No, that didn’t work. Caused the logos to stack and only use 33% of the width of the screen, instead of 3 logos on 1 row using 100% of the screen.
The logo slider is near the bottom of the page
Perfect! That worked. Thank you so much!
I added that in, and it made it display bullet points instead of the numbered list like it was supposed to.
Link attached. You will notice the content is indented where an ordered list would appear but no numbers are appearing.
Thank you! That worked perfectly!
I’m also noticing that ordered lists are not showing the published page. They show when editing the Topic but do not appear when viewing the page. How do i fix this?
-
AuthorPosts