Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #231167
    Philippe Ursella
    Participant

    Hi all,
    image in header is too big on mobile, not realy responsive whith theme catch box pro
    i would like just decrease the height
    Can you help me please ?
    Good day
    Thanks

    https://cpv70.fr

    #231177
    Skandha
    Participant

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

    @media screen and (max-width:960px) {
    	#site-header-image img {
    		height: 200px;
    	}
    }

    You can change the height according to your choice.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #231195
    Philippe Ursella
    Participant

    Just perfect

    Many thanks Skandha 🙂

    #231234
    Skandha
    Participant

    @fastphilou: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-box/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header image on mobile’ is closed to new replies.