Hi, How to reduce the header height of the green part in mobile view?
https://www.dropbox.com/s/efla7f48cey3rhr/Pixel%202%20Screenshot.jpg?dl=0
Also, the images looked squashed in Pixel 2. Is there anyway to fix this issue in css?
Hey geraldinetay27,
You have set minimum height and some padding to that element, maybe it would be best if you copied it and removed the minimum height and padding? Then you can select on which screen resolution the respective element should be displayed using Screen Options in the element options.
Best regards,
Rikard
Hi Rikard,
That would mean that I would have to duplicate the content though. Is it possible to fix this in css?
Hi,
Please add following code to Quick CSS in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
#banner .flex_cell:first-child {
min-height: 200px!important;
}}
Best regards,
Yigit
Hi Yigit, Thank you! The fix works. You can close this ticket now :)