Jonasw11 Posted January 21, 2021 Share Posted January 21, 2021 Site URL: https://jonaswilsonmedia.com/my-work/landscape Hey, new Squarespace user here. I've recently published my photography portfolio site but have since noticed some issues with the design when viewing on mobile. I';m very happy with the layout on the desktop site, however when accessing certain sections of the folio, there are buttons at the bottom to switch between 2 sections which overlap and are impossible to read properly, (see image attached). These buttons were automatically there and I did not add them myself, I was just wondering if there was a way to replace the text with simply arrows, or perhaps have one line of text positioned higher or lower on the page to avoid overlap. If anyone has any tips I would greatly appreciate it! Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 Add to Design > Custom CSS /* portfolio pagination */ @media screen and (max-width:767px) { section.item-pagination[data-collection-type^="portfolio"] h2 { display: none; } } Jonasw11 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AdriaAdams Posted April 25, 2022 Share Posted April 25, 2022 I need help with this too! I tried this CSS code and now my navigation just straight isn't showing up. Link to comment
tuanphan Posted April 26, 2022 Share Posted April 26, 2022 13 hours ago, AdriaAdams said: I need help with this too! I tried this CSS code and now my navigation just straight isn't showing up. Yes. It removed titles, show arrow only You can share link to your site, we can give code to resize text Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AdriaAdams Posted April 26, 2022 Share Posted April 26, 2022 @tuanphan Thank you! It's https://www.adriaadamsco.com/portfolio/pleasedonthateme Link to comment
tuanphan Posted May 4, 2022 Share Posted May 4, 2022 On 4/27/2022 at 1:45 AM, AdriaAdams said: @tuanphan Thank you! It's https://www.adriaadamsco.com/portfolio/pleasedonthateme Remove above code & add this new code /* Portfolio pagination title mobile */ @media screen and (max-width:767px) { section.item-pagination[data-collection-type^="portfolio"] h2 { font-size: 14px; } } dotandpeg and TinkyWeeddy 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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