Brittanyv88 Posted October 11 Share Posted October 11 (edited) Hello, I found css code in this forum that allowed me to have multiple columns of text within an accordion (thank you!!) text box. You can see it on the homepage under Current Points Standings. As I continued onto creating other pages and using the accordion block, I realized that the 3 column code will apply across the site. Is there anyway to limit the column css code to the homepage only? https://cow-fennel-wcnd.squarespace.com/ Thank you! Edited October 11 by Brittanyv88 Link to comment
Web_Solutions Posted October 11 Share Posted October 11 6 minutes ago, Brittanyv88 said: Hello, I found css code in this forum that allowed me to have multiple columns of text within an accordion (thank you!!) text box. You can see it on the homepage under Current Points Standings. As I continued onto creating other pages and using the accordion block, I realized that the 3 column code will apply across the site. Is there anyway to limit the column css code to the homepage only? https://cow-fennel-wcnd.squarespace.com/ Thank you! Your site is currently private. Can you set a password and share it? https://support.squarespace.com/hc/en-us/articles/205815528-Site-wide-passwords If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Brittanyv88 Posted October 11 Author Share Posted October 11 @Web_Solutions - Shoot, sorry about that! Try now with password: Testing123 Link to comment
Solution Web_Solutions Posted October 11 Solution Share Posted October 11 16 minutes ago, Brittanyv88 said: @Web_Solutions - Shoot, sorry about that! Try now with password: Testing123 Remove these code @media screen and (min-width: 768px) { .accordion-item__description { columns: 3; column-gap: 30px } } and add these code @media screen and (min-width:768px){ .fe-block-yui_3_17_2_1_1696033577107_8627 .accordion-item__description{ columns:3; column-gap:30px } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Brittanyv88 Posted October 11 Author Share Posted October 11 @Web_Solutions - It worked! Thank you so much! Link to comment
Web_Solutions Posted October 11 Share Posted October 11 Just now, Brittanyv88 said: @Web_Solutions - It worked! Thank you so much! Welcome! If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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