Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #291288
    phill86518
    Participant

    Reviewed some documentation but struggling to increase the height of the custom logo. Also, can I add widgets to headers? Thanks so much!

    #291289
    phill86518
    Participant

    While I am at it, is there a way to customize the position of Header Media Logo… it is just stuck in one place (website is wrapbotics.com). Thanks!

    #291337
    Skandha
    Participant

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

    /* To increase the size of the logo */
    @media screen and (min-width: 1024px) {
    	.custom-logo {
    	    width: 250px !important;
    	}
    }

    You can change the width according to your choice.

    I am afraid it is not possible to have widgets in the header.
    Can you elaborate how you want to customize the header logo so that I can help you out?

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change logo height in Header’ is closed to new replies.