Change Section Height On Mobile

So i have a section that has a picture as a background and it’s set to 100% width and the top and bottom each 150px for height. All is good and dandy even on mobile but how can i set it to have less height on mobile devices ?

Hi Alexandru,

Thank you for writing in, instead of using the fixed px unit. Use the vh unit instead so your column height is responsive. See the following link for more details.

Fun with Viewport Units

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.