• Hi,

    I just noticed that the picture on my frontpage aren’t fullwidth when i see it on a big iMac screen and can’t quit figure out how to change it to full width ?
    Can you help me, thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Thank you for contacting us.

    Try adding the below CSS code to your site’s Additional CSS under the Appearance > Customize menu.

    
    @media only screen and (min-width: 1200px) {
    
      .header-image img.large-header {
        object-fit: cover;
        width: 100%;
      }
      
    }
    

    Let me know whether it works or not.

    Stay safe.
    Have an excellent day ??

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘frontpage header fullwidth’ is closed to new replies.