MirandaSquarespace Posted August 15 Share Posted August 15 How do I place my pages directly on the home page instead of in the navigation menu on mobile version? And how do I arrange all the pages in a straight line on Desktop version, instead of on top of each other? Can I add boxes around each page title to make it more structured? Thank you very much! Link to comment
NoahSnowdayDesign Posted August 15 Share Posted August 15 Hi Miranda! To hide the hamburger menu on Mobile, add the following code to Custom CSS @media only screen and (max-width: 640px) { .burger { display: none; } } To create buttons or links on the desktop and mobile versions of your pages, in the side menu, move all pages from "Main Navigation" to "Not Linked", then add a section to the top of the page/s and use buttons or text blocks to link to the various pages of your site. Hopefully that helps! Noah Noah Olson Web Design, Brand, Marketing ❄️ Snowday Design Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment