Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Vladinka

    I have downloaded the theme and checked it locally it is all fine and responsive.
    I added the header image from Admin -> Appearance -> Customize -> Header Image.
    And it is all fine.
    Try uploading you image again and keep header image one again.
    Or some of your plugins may have override your css so try deactivating plugins and try checking.
    Report if problem still exists.

    Thanks!!!

    Vishnupriya Natarajan

    (@vishnupriya-natarajan)

    For the header the image is used as a background bot for posts its as a image So you have to adjust the style for background-image after a particular width. For eg.,

    @media all and (max-width:479px) {
    .site-header {
    background-size: contain !important;
    max-height: 200px;
    }}

    Thread Starter Vladinka

    (@vladinka)

    Thank you very much for your help! It seems that I’ve caused the problem myself, because when customizing, i have increased the size of the screen padding Admin -> Appearance -> Customize -> Header –> Padding on screen size , instead of the default 100 px, I’ve put 500. When I fixed that everything was fine. Anyway, thank you for your help ! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘unresponsive background image, header’ is closed to new replies.