Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268232
    dedecote
    Participant

    Hello how can I make the header responsive the “insidethesocietyofthespectacle” banner for mobile? I want to reduce the size with css or PHP ! thanks for your help 🙂

    #268278
    Skandha
    Participant

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

    .custom-header::before {
        background-image: unset;
    }
    .custom-header img {
    	display: block;
    }
    .home .custom-header {
        min-height: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Mobile Responsive Header size’ is closed to new replies.