-
AuthorPosts
-
February 28, 2023 at 9:36 pm #1399580
Hello together
I have received the following code from you:
this is applied to the page link below:.page-id-3578 #av_section_1 .av_one_third .iconbox_content {
min-height: 420px;
}I would like to make this setting, now different for each device:
can be set individually per device
Only for computer
Tablet only
Mobile only horizontal view
Mobile vertical view onlythanks in advance
kind regards
FranzThanks in advance
kind regards
FranzMarch 1, 2023 at 7:43 am #1399602Hi Franz,
I have replied on the original thread and it will be for all devices, so you won’t need to add multiple media queries.
Best regards,
NikkoMarch 1, 2023 at 9:22 am #1399632Thank you Nikko
That actually already fits
but I have planned
to make different dings
would be glad if you could make me only examples
e.g.
@media only screen and (max-width: 479px)so i would have the exact pixel data.
and important that the CSS code from you is only for the PC.
.page-id-3578 #av_section_1 .av_one_third .iconbox_content {
min-height: 420px;
}
i hope you understand methanks
kind regards
FranzMarch 1, 2023 at 10:08 am #1399647Hi Franz,
I think you can use this code so it’s equal columns on desktop including tablet (landscape), just increase the min-width value to 1200px and that should only target desktops and laptops:
@media only screen and (min-width:1024px) { #top .equal-height-column .entry-content-wrapper { display: flex; } #top .equal-height-column .entry-content-wrapper .iconbox { display: flex; min-height: 100%; } }
If you plan to target individual devices, that will be fine as well but you will need a lot of code, please check this article: https://codeconvey.com/responsive-media-queries-for-all-devices/
I hope it helps.Best regards,
NikkoMarch 1, 2023 at 9:53 pm #1399729Thanks a lot
Nikko
So I understand it well nowyou can close this ticket
kind regards
FranzMarch 2, 2023 at 2:17 am #1399736Hi Franz,
You’re welcome :)
It’s a pleasure to help you.
Thanks as well for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘for each device’ is closed to new replies.