Guest John2141 Posted November 25, 2019 Share Posted November 25, 2019 My site collapses to mobile view too early on desktop view. How can I fix that? What the mobile breakpoint code I can use? Link to comment
SnazzyView Posted November 25, 2019 Share Posted November 25, 2019 Are you able to share a link to your website? Link to comment
Guest John2141 Posted November 25, 2019 Share Posted November 25, 2019 Sure. https://johnetterleebooks.com/ Link to comment
SnazzyView Posted November 25, 2019 Share Posted November 25, 2019 Since you're using the Brine template you can adjust the mobile breakpoint in the style editor. https://support.squarespace.com/hc/en-us/articles/212838128#toc-mobile Link to comment
Guest John2141 Posted November 25, 2019 Share Posted November 25, 2019 Should I keep the default? Link to comment
Guest John2141 Posted November 25, 2019 Share Posted November 25, 2019 Ok, I got it. Thank you. Link to comment
Guest John2141 Posted November 25, 2019 Share Posted November 25, 2019 Is there a way to include the header image I have on desktop on mobile also? Here's the code I have: .Header--top { background-image: url(https://static1.squarespace.com/static/5d4c573da7991a00018356bc/t/5dd5ef4cd168ef7c6a901a6b/1574301516774/Untitled+design.jpg); background-size: cover; background-position: center center; } Link to comment
SnazzyView Posted November 25, 2019 Share Posted November 25, 2019 Yes, try the below CSS. .Header--top, .Mobile-bar--top { background-image: url(https://static1.squarespace.com/static/5d4c573da7991a00018356bc/t/5dd5ef4cd168ef7c6a901a6b/1574301516774/Untitled+design.jpg); background-size: cover; background-position: center center; } Link to comment
Guest John2141 Posted November 25, 2019 Share Posted November 25, 2019 Worked. Thanks! Link to comment
Guest John2141 Posted November 25, 2019 Share Posted November 25, 2019 One more question. What about social icons in the mobile menu? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.