• Resolved Chi Is Current

    (@jacobbarnett)


    Adding a header image prints on top of menu AND truncates top of image.

    Seems like padding is needed on top and bottom of header image.
    How can I increase top and bottom margin / padding here?

    ~> Also open to other / better ideas.

    Many Thanks, Jacob

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Tajam

    (@tajam)

    Please copy this css code to Customize → Additional CSS and adjust the values as needed:

    .site-branding {
    	padding-top: 3em;
    	padding-bottom: 2em;
    }
    Thread Starter Chi Is Current

    (@jacobbarnett)

    That’s it! Now to adjust the image size.

    MANY THANKS !!! ~:~ Jacob

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Padding to Header Image’ is closed to new replies.