Is there a way to change the height of a this specific grid row? I need it smaller
See screenshot
Hi mcraig77!
No, not without editing your image. We can force it’s height via CSS but then it would look distorted. It would be best to edit the image and crop it a bit.
Cheers!
Elliott
Ok –
Even if I crop the image because the grid element is set to 1/2 isnt it always going to be the same height?
Hey!
If you want to adjust the height of the section, edit the grid row element then add a unique id in the Section ID field, use “custom-grid” for example. Add something like this in the Quick CSS field:
#custom-grid { height: 200px; }
Cheers!
Ismael
Thanks
I tried that and it didnt work though… See screenshots
Hi,
Try it without the # before hometop to see if that works better.
Regards,
Rikard
I removed the # and nothing happened.
Please advise
Hi,
Did you add the following to your CSS? I can’t see it applied:
#hometop { height: 200px; }
Thanks,
Rikard
yeah its in there.