• i would like to know if theres a way to crop and move the background image in the header section as in mobile and tablet view it seems to be really off..

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

Viewing 1 replies (of 1 total)
  • No there isn’t any option but you can centre align it on mobile devices by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    @media (max-width: 767px){
    section.page-title-section.bg-secondary.header-image-bg {
        background-position: center;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘crop and move image for header background’ is closed to new replies.