• Resolved Stenfeldt

    (@stenfeldt)


    Hi there.

    I’m using the Pinboard theme and i have a header issue.
    See the site here: https://www.vhg-cykelsport.dk

    How do i get this image to fit in the width and hight?
    And how do i remove search this site?

Viewing 16 replies (of 16 total)
  • Go to: Appearance -> Theme Options -> Layout
    In section Custom CSS enter following:

    #site-title {
    margin:0;
    line-height:0;
    float:top;
    }
    
    #social-media-icons {
    float:right;
    margin-top:0;
    }
    
    #header input#s {
    margin-top:0;
    }
    
    #header #searchform {
    float:top;
    margin-top:0;
    }

    Thank you to Alexander!

Viewing 16 replies (of 16 total)
  • The topic ‘Header’ is closed to new replies.