-
AuthorPosts
-
brusamolino Friend
brusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
January 12, 2018 at 5:03 pm #1086527Hi
i would like to have the diagonal that i see in the slideshow in high resolution even in small resolution monitor (from 900 to 1199 pixel)How can i do?
the website is https://fiera365.it/ and to enter you can use the same credential for admin sideBest Regards Luca
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 15, 2018 at 7:17 am #1086726Hi,
I see that you overrode the properties declared with the media queries @media (mind-width: 1200px) {…}
You should override all properties there instead of height and background-size only.
So it will be:
@media (min-width: 900px){ .t3-slideshow:after { height: 290px; background-size: 100% 290px; content: ""; position: absolute; bottom: 0; right: 0; left: 0; background: url("../images/main-container-ltr.png"); } }
Then customize the value to suit your need.
Regards
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Saguaros 6 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Diagonal on slideshow
Viewing 2 posts - 1 through 2 (of 2 total)