Hello.
As you can see in the About Us section on the homepage, I’m trying to make this image be 50% of the page but it’s not sticking to the bottom of the colour section when I resize the window. Is it because of the amount of text on the right hand side?
How can I fix this?
Thanks.
EDIT: Link is private
I really need to get this sorted to any help would be appreciated.
Hey!
try this code to control it on smaller devices:
@media only screen and (max-device-width: 736px) {
.flex_column.av_one_half.no_margin.flex_column_div.av-zero-column-padding.first.avia-builder-el-11.el_before_av_one_half.avia-builder-el-first.specialhalf-left {
background-size: 90% 90% !important;
}}
and adjust as needed.
Best regards,
Andy