-
AuthorPosts
-
January 16, 2021 at 12:20 am #1272837
Hello @Yigit,
in this thread i asked you how to hide the description from a masonry gallery on a mobile:
kriesi.at/support/topic/issue-with-masonry-on-mobile/You gave me a CSS and now i found out that also the description of the masonry portfolio on mobiles is gone also.
Exactly this makes me meanwhilde beeing fed up.
I ask for a solution and what i get is another issue somewehere else insteadOnce again:
Hide the description for a masonry gallery on mobile.
DONT hide the description for a masonry blog/post/portfolio.
How?Marcus
January 17, 2021 at 5:42 pm #1273104Hey MarcusJeroch,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJanuary 19, 2021 at 1:15 pm #1273692Like so often: You are not even willing to read what i posted.
That is why i dont want to be “supported” by you.
@yigit….it was you who gave me that advice…..so please come back to fix it.
thanksPS: Your “support” made me to write a review on themeforest
January 19, 2021 at 5:13 pm #1273788Hi Marcus,
I do not see myself in that thread but I see the issue :)
Please change following code
@media only screen and (max-width: 767px) { .av-inner-masonry-content { display: none !important; } }
into following one
@media only screen and (max-width: 767px) { .av-masonry-gallery .av-inner-masonry-content { display: none !important; } }
“av-masonry-gallery” selector here makes sure code is only applied on Masonry Gallery elements.
In case you need to apply this to a certain Masonry Gallery element only, I would recommend you to edit your Masonry Gallery element and give it a custom CSS class (“my-custom-gallery” in example below) in Advanced > Developer Settings and use the code as following one
@media only screen and (max-width: 767px) { .my-custom-gallery .av-inner-masonry-content { display: none !important; } }
Best regards,
YigitJanuary 20, 2021 at 2:01 pm #1274050“I do not see myself in that thread”
OK, you are right, my mistake, sorry.
It works, thanks!
I hope you get at least the double amount of money then your collegues. ;-)Marcus
January 20, 2021 at 3:37 pm #1274083 -
AuthorPosts
- The topic ‘Again Issue with masonry’ is closed to new replies.