Yoga theme - inner pages question

I am using the Yoga theme. My client wants inner pages, but I noticed all the inner pages have a big empty space between the menu and and subheader:
http://danehrenkrantzconsulting.com/services/

Comments

  • This is header background section. If you don't use any background for headers, you should turn ON "Header | Minimalist" option under Theme options > Header & Subheader > Header section. But because you use Transparent header style, menu will overlap the content. So or you must use different header style on inner pages (like Classic) or you should use below css instead to just decrease header height instead of removing it completely:
    body:not(.template-slider) #Header { min-height: 60px !important; }
  • Hi,
    Thank you for your response. If my client wants a different header background image for each page, is that possible? From what i understand, I can set a global header background image, but no way to set a different one for each inner page.


  • If you want to set different header images for different pages, you must use Featured Image option which is on the right side while editing/creating pages.
Sign In or Register to comment.