Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #296391
    brney
    Participant

    Hello,

    I’m using the Euphony theme for my website.

    The header image is not responsive.

    When i watch it on a smartphone or a tablet the photo is cropped.

    How can i make the phote scalable for smartphones and tablets.

    See https://scrummusic.com

    Thanks a million for your help.

    Cheers,

    Fred Bronius

    #296423
    Skandha
    Participant

    @brney: Hello Fred,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .wrapper::before {
    background-image: unset !important;
    }
    .has-header-media .custom-header-media .wp-custom-header img {
    display: block !important;
    }
    .has-header-image.home .custom-header {
    height: unset !important;
    }

    Let me know if this works out!

    Kind Regards,

    Skandha

    #296431
    brney
    Participant

    Hello Skandha,

    Thanks for the reply.

    It sort of works, so that is good

    But now the logo is in front of a person, beheading them so to speak, when scalling it to a smartphone or tablet.

    Is it possible to place the picture under the logo when scalling the website on a smartphone or tablet?

    Thanks again.

     

    Kind regards,

    Fred Bronius

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Media header is not responsive’ is closed to new replies.