Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #503199

    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

    • This topic was modified 9 years, 2 months ago by codecreative.
    #503264

    I really need to get this sorted to any help would be appreciated.

    #503622

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.