-
AuthorPosts
-
October 19, 2015 at 11:56 am #520841
as per your instructions I made the changes, but now the date is not seen on explorer.
how do I fix?
this is my ex topic
https://kriesi.at/support/topic/data-mansory-box/October 19, 2015 at 12:08 pm #520850Hey tescioneangelo!
Please try adding following code to Quick CSS as well
.avia-msie .av-masonry-date { position: fixed; bottom: 20px; width: 100%; left: 0; }
Regards,
YigitOctober 19, 2015 at 12:35 pm #520866i have inserted code but don’t work
October 19, 2015 at 12:45 pm #520877Hey!
It seems like the solution i posted on previous thread does not apply on IE and since i am on a Mac, i unfortunately will not be able to provide further customization.
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/ or hire a freelance developer if you urgently need it.Cheers!
YigitOctober 26, 2015 at 2:31 pm #524890Hi i have verify but the date don display on Ipad and tablet can you verify?
October 26, 2015 at 2:37 pm #524894Hey!
Please find following code
@media only screen and (min-width: 990px) { .av-masonry-date { position: fixed; bottom: 20px; width: 100%; left: 0; }}
and change it to
@media only screen and (min-width: 1024px) { .av-masonry-date { position: fixed; bottom: 20px; width: 100%; left: 0; }}
Best regards,
YigitOctober 26, 2015 at 3:21 pm #524932I tried but it does not work as indicated.
As can be seen from the attached PC from while dates are ok, from handheld I visualize all dates of all items centered at the bottom and in the middle of the page causing the error which may occur from the image
aspect feedback
October 26, 2015 at 3:28 pm #524935Hi!
Can you please try changing “1024px” in the code to “1200px” and check if that helps? Using these media queries, code should be only applied on desktops
Regards,
YigitOctober 26, 2015 at 3:46 pm #524954now it works on iPad but the date does not appear at the end of the box but after the text, you can swing only on ipad and mobile?
- This reply was modified 9 years ago by tescioneangelo.
October 29, 2015 at 2:05 pm #526748Hey!
what do you mean with:
you can swing only on ipad and mobile?
?
If you need some more media queries adjustments, then check out this link: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.