@media

info50172
8 Posts
info50172 posted this 15 July 2021
Ask a Question

Hello,

I have to size the height of an HTML element by CSS to adapt it to a screen size not available in Nicepage.

I wrote this CSS, but it doesn't work... Any idea? Thank you for the help!

.vt-header { 

}

@media only screen and (min-width: 1400px) {
.vt-header {
height: 800px;
}
}

Hello, I have to size the height of an HTML element by CSS to adapt it to a screen size not available in Nicepage. I wrote this CSS, but it doesn't work... Any idea? Thank you for the help! .vt-header { } @media only screen and (min-width: 1400px) { .vt-header { height: 800px; } }
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 16 July 2021

Hi Stefano,

You can simply change the height of the Header in each responsive mode, just select them from desktop to phone one by one and edit the height as you wish.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Stefano, You can simply change the height of the Header in each responsive mode, just select them from desktop to phone one by one and edit the height as you wish. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
info50172
8 Posts
info50172 posted this 16 July 2021

Thank you for the answer, but I think I didn't explain it well.

I need to change the height for a screen width not considered in the app's responsive table (1920px or more than 1400px). I need it to avoid a visualization problem for the iframe in the HTML section.
To do this I think the right way is to use the code I posted, but it simply doesn't make any effect.

Thank you again

Thank you for the answer, but I think I didn't explain it well. I need to change the height for a screen width not considered in the app's responsive table (1920px or more than 1400px). I need it to avoid a visualization problem for the iframe in the HTML section. To do this I think the right way is to use the code I posted, but it simply doesn't make any effect. Thank you again
Support Team
Support Team posted this 16 July 2021

Hi Stefano,

Please provide a link to your page, some screenshots showing the issue that you are trying to fix and we'll check if anything could be done.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Stefano, Please provide a link to your page, some screenshots showing the issue that you are trying to fix and we'll check if anything could be done. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments