Home › Forums › Support › Image full width? This topic has 9 replies, 3 voices, and was last updated 7 years, 7 months ago by Leo. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts September 1, 2018 at 10:23 am #666104 Chris How can I place a image full width like: https://www.beurstrading.nl For all pages. This is a header? I try it on the website http://www.chrisbuis.nl but I can not do it. September 1, 2018 at 10:25 am #666107 LeoStaff Customer Support Hi there, That can be done using Page Hero in Header Elements: https://docs.generatepress.com/article/header-element-overview/ https://docs.generatepress.com/article/page-hero-examples/ Let me know if this helps 🙂 September 1, 2018 at 10:27 am #666109 Chris Thanks Leo, tomorrow I will learn to do it 😱👍 September 1, 2018 at 4:23 pm #666254 LeoStaff Customer Support No problem 🙂 September 2, 2018 at 1:19 am #666435 Chris Best Support, I have the image full width! See: https://www.chrisbuis.nl But I must put some text in it? When I remove the text then the image is not visible. September 2, 2018 at 5:53 am #666555 DavidStaff Customer Support The Page Heros require something in the content for them to work, just add an empty span <span></span> or HTML comment <!-- Hero no content --> September 2, 2018 at 8:23 am #666694 Chris Thanks! Can I hide this image on mobile phones? September 2, 2018 at 8:43 am #666707 LeoStaff Customer Support Yup you can use this CSS: @media (max-width: 768px) { .page-hero { display: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ September 2, 2018 at 9:38 am #666766 Chris Thanks! it works 🙂 see: https://www.beurstrading.nl September 2, 2018 at 11:04 am #666811 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In