Viewing 1 replies (of 1 total)
  • Hello ronn1234,
    Since there is a difference in the ratios of header and the header image, there is bound to be some cropping.
    If the complete image is shown on the mobile screen, there would be empty space in the header which will look odd.

    Apply the following code in custom CSS and checkout for yourself-

    #masthead {
    background-size: contain !important;
    }

    What can be done easily is show another part of the image in mobile ( center of right ).

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile websitepicture not in the center’ is closed to new replies.