Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340304
    jolene20
    Participant

    Theme My Music Band. Home page header is bigger than on the other pages. I would like all my other pages to have the same header specs as the home page.  CSS code please.

    #340306
    sujeet
    Keymaster

    Hello @jolene20,

    Please add the following css code to have bigger header in other pages. Since home page has bigger font, button and text as well, inner pages will not be of same height. Please let me know if you want the title for all other pages as in home page.

    
    @media screen and (min-width: 85.375em) {
      body:not(.home) .custom-header-content {
         padding: 200px 50px !important;
      }
    }
    
    @media screen and (min-width: 90em) {
      body:not(.home) .custom-header-content {
        padding: 254px 50px !important;
      }
    }
    

    Also please share your website url if the above code didn’t work. Thank you.

    Regards,
    Sujeet

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