Mariusz
asked 10 years ago
  1. How could I change cover image section to 1600x1050px (or to cover whole screen)?
  2. How could I place my own logo in the center of cover image section?
2 Answers
DominicStaff
answered 10 years ago

Apologies for the delay in replying to you. To change cover image section to 1600 x 1050px and place the logo in the center of cover image, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)

<style>
.home .banner.cover, .single .banner.cover, .page .banner.cover {
      min-height: 1050px;
}
</style>

Hope this helps !

Mariusz
replied 10 years ago

Thanks for reply.
How could I change cover image to 100% of width and hight of the screen?
I know how to remove site title and tagline but can’t find out how to place image with my own logo in the center?

DominicStaff
answered 9 years ago

Apologies for the delay in replying to you. To resolve the issue with the cover image on your theme, I think you should use the image size 1000x800px,  or 1600x1050px.
If you use the image size 1600x 1050px, you can add the following code to the Header code (Dashboard > Customize > Custom Code)

<style>
.home .banner.cover, .single .banner.cover, .page .banner.cover {
min-height: 1050px;
}
</style>

– If you place the logo image in the center on the header section, you can refer our answer in the following question:http://www.designwall.com/question/add-website-logo-to-the-header-of-main-page-for-flat-theme/
Regards,

Powered by DW Question & Answer Pro