Home › Forums › Support › Hide Combined Header on Mobile This topic has 6 replies, 3 voices, and was last updated 6 years, 3 months ago by Tom. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts August 23, 2017 at 7:42 pm #372332 J. Andrew Scott Is there a way to either hide the combined header on mobile or force the header image to retain its original aspect ratio on mobile? (Mobile header enabled.) August 23, 2017 at 8:01 pm #372344 J. Andrew Scott I was able to hide the image by reducing the combined header height: @media (max-width: 768px) { .generate-combined-page-header { height: 75px !important; } } Don’t know if there is a better way to do this. August 23, 2017 at 10:26 pm #372380 LeoStaff Customer Support Hi there, Any chance you can link me to the page? It would help to come up with the best solution for your case π Thanks! August 23, 2017 at 11:31 pm #372399 J. Andrew Scott http://figarigroup.com August 24, 2017 at 1:13 pm #372931 TomLead Developer Lead Developer First, I would disable the “Automatically add paragraphs” option in the Page Header settings. Then add this: @media (max-width: 768px) { .page-header-content-container { padding: 0; } .generate-combined-header { position: relative; } .generate-content-header { background-image: none; } } August 24, 2017 at 9:50 pm #373135 J. Andrew Scott That did the trick, thanks! August 24, 2017 at 10:54 pm #373158 TomLead Developer Lead Developer You’re welcome π 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