Leesh Posted March 4, 2022 Share Posted March 4, 2022 Site URL: https://on7studio.squarespace.com/ Password: 1500Broadway Please click to the "Classes" page first. So if you look at the card I put in the section below, is there anyone know which code could make it show 2 cards per row on mobile browser? And also how to make each of the Card's Title font to Bold? There are only adjustment options for description but not title. Thank you, Leesh Link to comment
Solution tuanphan Posted March 6, 2022 Solution Share Posted March 6, 2022 Add to Design > Custom CSS /* Classes */ h2.list-item-content__title { font-weight: bold !important; } @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="6221971560e0c07914efa399"] { grid-template-columns: repeat(2,1fr) !important; } } Leesh 1 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
Leesh Posted March 6, 2022 Author Share Posted March 6, 2022 It works well!! Thanks again! Link to comment
tuanphan Posted June 21, 2022 Share Posted June 21, 2022 2 hours ago, ZABS860 said: Hello, I'm trying to do this on https://www.aimeesternestates.com/press (password: Newpassword) but can't seem to get it to work. Pasted below is my code, can you please advise? //Make List 2 Columns on Mobile// @media screen and (max-width:767px) { .user-items-list-item-container section[data-section-id="628d64b57c0c6a0128543652"] { grid-template-columns: repeat(2,1fr) !important; } } Use this code @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="628d64b57c0c6a0128543652"] { grid-template-columns: repeat(2,1fr) !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
tuanphan Posted June 26, 2022 Share Posted June 26, 2022 5 hours ago, ZABS860 said: Unfortunately this didn't work either! Any advice? Can you keep the code in Custom CSS? We can check it again easier 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
tuanphan Posted June 29, 2022 Share Posted June 29, 2022 20 hours ago, ZABS860 said: I did leave it, it's still there as: //Make List 2 Columns on Mobile// @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="628d64b57c0c6a0128543652"] { grid-template-columns: repeat(2,1fr) !important; } } I see it worked on my end. Can you try checking on another device? 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
Create an account or sign in to comment
You need to be a member in order to leave a comment