laurenjaynehughes Posted May 4, 2020 Share Posted May 4, 2020 Site URL: https://bernardandhawkes.com/photolog Hi, I'm wondering how I can change the width of most of my page content just on iPad. It currently looks fine on Desktop, and I have been changing the width using the built in options in Squarespace for Desktop (I'm on 7.1) but when viewed on iPad the content is very narrow. Any help would be appreciated! Attached a few screenshots of different pages! Thank you! Link to comment
tuanphan Posted May 4, 2020 Share Posted May 4, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:768px) and (max-width:991px) { .collection-type-blog-single-column.view-list #page .content { width: 90% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
laurenjaynehughes Posted May 4, 2020 Author Share Posted May 4, 2020 Thank you! What would the selector be if I wanted to do this for the alternating side by side summary? And how would I do it for every one of my articles/blog posts? Thanks so much for your help! Link to comment
tuanphan Posted May 5, 2020 Share Posted May 5, 2020 7 hours ago, laurenjaynehughes said: Thank you! What would the selector be if I wanted to do this for the alternating side by side summary? And how would I do it for every one of my articles/blog posts? Thanks so much for your help! If you share link to alternate side by side blog, I can take a look side by side, I guess replace .collection-type-blog-single-column with .collection-type-blog-alternating-side-by-side or .collection-type-blog-alternate-side-by-side Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.