Home › Forums › Support › Different bottom header for mobile? This topic has 6 replies, 3 voices, and was last updated 4 years, 5 months ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts April 11, 2020 at 8:26 am #1235307 metcomllc@aol.com Using Elements, is it possible to have 1 bottom header for desktop and a different bottom header for mobile? April 11, 2020 at 9:48 am #1235397 DavidStaff Customer Support Hi there, not really – whats the difference between the Desktop and Mobile versions ? April 11, 2020 at 10:04 am #1235416 metcomllc@aol.com The text on the image is easier to read on mobile with the other header. April 11, 2020 at 10:21 am #1235437 LeoStaff Customer Support You can try this CSS: @media (max-width: 768px) { .page-hero { background-image: url(https://MOBILE-BACKGROUND-URL); } } Just replace MOBILE-BACKGROUND-URL with the actual URL of the image. April 11, 2020 at 10:58 am #1235485 metcomllc@aol.com Out of curiosity, what is the ideal size for the mobile bottom header image? When I added the CSS to this site https://www.newyorkhypnotherapy.org half of the image got off. April 11, 2020 at 11:46 am #1235528 metcomllc@aol.com I figured it out. Thanks for your help! April 11, 2020 at 11:54 am #1235538 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In