fennaustin Posted December 24, 2021 Share Posted December 24, 2021 Site URL: https://www.fennaustin.com I have two completely different pages that are somehow affecting each other. When I change the amount of columns of a gallery on one page it will reset the gallery on another. How do I fix this? Link to comment
fennaustin Posted December 24, 2021 Author Share Posted December 24, 2021 Site URL: https://www.fennaustin.com When I change the amount of columns and aspect ratio of the images in one gallery, it changes the amount of columns and aspect ratio of another page that's completely separate. How do I fix this? Link to comment
tuanphan Posted December 26, 2021 Share Posted December 26, 2021 Did you solve problem? You changed in Site Styles or Gallery Setting? 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
fennaustin Posted January 1, 2022 Author Share Posted January 1, 2022 On 12/25/2021 at 10:48 PM, tuanphan said: Did you solve problem? You changed in Site Styles or Gallery Setting? I couldn't solve the problem. When I adjust the settings in the gallery setting it also applies those settings to galleries across the site. Only for a certain gallery style though. Link to comment
tuanphan Posted January 11, 2022 Share Posted January 11, 2022 On 1/2/2022 at 2:45 AM, fennaustin said: I couldn't solve the problem. When I adjust the settings in the gallery setting it also applies those settings to galleries across the site. Only for a certain gallery style though. Maybe template doesn't support change on specific page, you can share link to page where you want to use different column setting, we can give some code to achieve this 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
Alimaxb Posted March 5, 2023 Share Posted March 5, 2023 I am also having the same issue but my site isn't published yet. I want my home page to have a grid with 2 columns, and my "other" page to have a grid with 3 columns. Link to comment
tuanphan Posted March 8, 2023 Share Posted March 8, 2023 On 3/6/2023 at 3:26 AM, Alimaxb said: I am also having the same issue but my site isn't published yet. I want my home page to have a grid with 2 columns, and my "other" page to have a grid with 3 columns. See how to share url if site is trial 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
Alimaxb Posted March 9, 2023 Share Posted March 9, 2023 @tuanphan My site is: https://bulldog-cube-as25.squarespace.com The password is: SiteWIP The page I want to change to a grid with 2 columns is the homepage titled "Work," and the page I want to stay the same (at 3 columns) is the page titled "Other." Link to comment
tuanphan Posted March 10, 2023 Share Posted March 10, 2023 12 hours ago, Alimaxb said: @tuanphan My site is: https://bulldog-cube-as25.squarespace.com The password is: SiteWIP The page I want to change to a grid with 2 columns is the homepage titled "Work," and the page I want to stay the same (at 3 columns) is the page titled "Other." Add to Design > Custom CSS /* Work 2 columns */ body#collection-6402095d50df995b42c59fc9 #gridThumbs { grid-template-columns: repeat(2,1fr); } 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
Alimaxb Posted March 15, 2023 Share Posted March 15, 2023 On 3/10/2023 at 4:51 AM, tuanphan said: Add to Design > Custom CSS /* Work 2 columns */ body#collection-6402095d50df995b42c59fc9 #gridThumbs { grid-template-columns: repeat(2,1fr); } It worked, 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