atfirstblink Posted September 23, 2021 Share Posted September 23, 2021 Site URL: https://seva2.squarespace.com/shop-all/heirloom-petite-bowl site password is : seva I would like the font size of the "additonal info" section in the product listing to be smaller than that of the product description. Can someone help me with this? Thank you. Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 On 9/23/2021 at 3:08 PM, atfirstblink said: Site URL: https://seva2.squarespace.com/shop-all/heirloom-petite-bowl site password is : seva I would like the font size of the "additonal info" section in the product listing to be smaller than that of the product description. Can someone help me with this? Thank you. The url doesn't exist 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
atfirstblink Posted September 25, 2021 Author Share Posted September 25, 2021 @tuanphan sorry i mistyped the url but figured out a solution. thanks for your help! For anyone else looking for this fix: .ProductItem-additional { font-size: 12px !important; } tuanphan 1 Link to comment
tuanphan Posted September 28, 2021 Share Posted September 28, 2021 On 9/25/2021 at 5:56 PM, atfirstblink said: @tuanphan sorry i mistyped the url but figured out a solution. thanks for your help! For anyone else looking for this fix: .ProductItem-additional { font-size: 12px !important; } I see this small issue on iPad. You can add this CSS to fix it /* Better together tablet */ @media screen and (max-width:991px) and (min-width:768px) { div#block-89d792e61a881bf3368f h1 { font-size: 40px; } section#better-together .span-12>.row { display: flex; align-items: center; } } atfirstblink 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
atfirstblink Posted October 5, 2021 Author Share Posted October 5, 2021 On 9/28/2021 at 1:48 PM, tuanphan said: I see this small issue on iPad. You can add this CSS to fix it /* Better together tablet */ @media screen and (max-width:991px) and (min-width:768px) { div#block-89d792e61a881bf3368f h1 { font-size: 40px; } section#better-together .span-12>.row { display: flex; align-items: center; } } Thanks so much @tuanphan for this fix! Appreciate it! 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