I would appreciate the code that will "move" the entire page template so that it appears higher up on the screen. So basically I am asking to decrease the background space not the logo header space. Website = MyBestMexicoVacation.com Also when viewing website on iphone there is a lot of white space above the logo header making the viewer have to scroll down before seeing any website information. This is a problem on every page not just home. I don't see here this was asked by anyone else. Please provide solution for that problem as well. Thank you. Lori
Hello, Lori.. Greetings from InkThemes! Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .container { margin-top: 10px; } @media only screen and (max-width: 767px){ .mean-container .mean-bar { margin-top: -62px; } .container { margin-top: 63px; } } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com