Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #996316

    Hi Enfold team,

    I’m trying to adjust the colour section background image. Is there a way to control the way it looks on mobiles? I would like the image to zooom out slighlty on mobiles and maybe the title to be a bit smaller so that the homepage image looks good, as right now it’s a total mess! :)

    Thanks in advance for your help!

    Lilija

    #996348

    Hey lilijabula,
    For the color section background image Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top h1.av-special-heading-tag {
    font-size: 20px !important;
    }
    .responsive #top #service {
        background-position: top 55px left !important; 
    }
    .responsive #top #wrap_all #service .container {
        width: 65% !important; 
        margin-left: 5px !important; 
    }
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

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