Okay
  Public Ticket #2946451
Hero image and text on home page
Closed

Comments

  • unicorncreative started the conversation

    Hello

    I have a problem with the header/hero image on the home page. It looks okay on a desktop but on a phone the two buttons don't sit within the image, they are below it.

    Can you tell me how to make the buttons stay within the hero image?

  •  179
    Andrey replied

    Hello Dear Customer!

    You can increase picture size by adding these code into the main.css:
    https://screenrec.com/share/v98NQgfbZ0

    @media (max-width: 991px){
    .intro_section > img {
        height: 300px;
    }
    }

    Best Regards!


  • unicorncreative replied

    Thank you Audrey, I'm afraid that it did not work and it still looks the same. I have added my main css for you to check, just in case I have done something wrong.

  •  179
    Andrey replied

    Hello Dear Customer!

    Please try it again.
    We tried this code and all works:

    https://screenrec.com/share/VcwdaJ1F09

    Best Regards!