• Closed
  • Design by Pepper
    Participant
    02.05.2015 at 23:33 #17195

    Header Image Background Responsiveness Style
    cover (default) looks good on a pc
    contain looks good on mobile

    problem is “contain” makes the image small and looks good on mobile while the default “cover” looks perfect on the pc but when shown in mobile, it cuts off the sides of the image, it doesn’t shrink down. The image is 985 × 170

    the website is LibertadGroup.com

    Roman
    Spectator
    Posts: 3147
    03.05.2015 at 18:35 #17212

    the website doesn’t work 🙁

    Design by Pepper
    Participant
    Posts: 60
    03.05.2015 at 22:30 #17231

    i’m sorry it’s http://www.libertadgroup.ORG

    Design by Pepper
    Participant
    Posts: 60
    03.05.2015 at 23:01 #17233

    Right now i have it set to default

    Roman
    Spectator
    Posts: 3147
    04.05.2015 at 19:09 #17244

    try this Custom CSS – Theme Options -> Custom CSS

    @media only screen and (max-width: 768px) {
    .custom-header {
    background-size: contain !important;
    }
    }