Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #113808
    NewWebDesigner
    Participant

    Hi, On Catch Kathmandu, I would like to reduce the header height and have the logo overlap the featured slider below. I already reduced the padding in the header. I tried to insert a negative number in the padding CSS, but that didn’t work. Any suggestions? Thanks!

    #113822
    Mahesh
    Keymaster

    @newwebdesigner: Are you using Catch Base or Catch Kathmandu theme, you are posting in Catch Base’s thread but have mentioned Catch Kathmandu. Please post in your site url.

    Regards,
    Mahesh

    #113823
    NewWebDesigner
    Participant

    catch Kathmandu: http://www.peacefilms.net

    #113833
    Mahesh
    Keymaster

    @newwebdesigner: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-logo .custom-logo {
        height: 200px;
        width: 200px;
    }
    
    @media screen and (min-width: 1024px) {
        #page {
            position: relative;
        }
    
        #masthead {
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 10;
        }
    }

    Regards,
    Mahesh

    #113871
    NewWebDesigner
    Participant

    Thanks! I appreciate it.

    #113883
    Mahesh
    Keymaster

    @newwebdesigner: Thank you for your appreciation. If you like my support and Catch Base theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce header height’ is closed to new replies.