Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #337645
    tweiland61
    Participant

    Can you please tell me how to “Pad” the top Header so that it spaces down a number of pixels in order to reveal more of the beautiful background image (there are candy canes and garland across the top).

    Please reply to me

     

    Thank you!

    #337646
    minal
    Keymaster

    Hello @tweiland61,

    To add padding at the top the element to reveal the image.

    Here is the CSS snippet for you

    #page {
    
      padding-top: 30px;
    
    }
    
    

    change the value to your desired value

    to add that CSS to your additional CSS

    Go to Dashboard >> Appearance >> Customizer >> Additional CSS

    I hope it works for you !

    Sincerely,

    Minal

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.