lorenzovdg Posted March 9, 2021 Posted March 9, 2021 Site URL: https://www.herbolea.com/faq Hello everyone, we are adding a new page dedicated to FAQs on our website. The page was created correctly following an online guide but the titles of the "questions" in the mobile view have a spacing line too short. (mobile guide: https://www.holdspacecreative.com/blog-list/how-to-create-an-faq-dropdown-menu-on-your-squarespace-therapy-website) In the browser version, on the other hand, it looks good. We tried to insert various codes in the custom CSS section found in similar posts on the forum without unfortunately being able to change the situation. Maybe it would be enough to reduce the font size of the title? Or is there some code we can use to increase the spacing? Thanks for your attention. Lorenzo
Beyondspace Posted March 9, 2021 Posted March 9, 2021 1 hour ago, lorenzovdg said: Site URL: https://www.herbolea.com/faq Hello everyone, we are adding a new page dedicated to FAQs on our website. The page was created correctly following an online guide but the titles of the "questions" in the mobile view have a spacing line too short. (mobile guide: https://www.holdspacecreative.com/blog-list/how-to-create-an-faq-dropdown-menu-on-your-squarespace-therapy-website) In the browser version, on the other hand, it looks good. We tried to insert various codes in the custom CSS section found in similar posts on the forum without unfortunately being able to change the situation. Maybe it would be enough to reduce the font size of the title? Or is there some code we can use to increase the spacing? Thanks for your attention. Lorenzo try #block-yui_3_17_2_1_1615280959461_8042 h3 { line-height: inherit; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
lorenzovdg Posted March 9, 2021 Author Posted March 9, 2021 Hi Bangank36, it worked perfectly! Thanks so much for the support, have a nice day! Lorenzo
tuanphan Posted March 12, 2021 Posted March 12, 2021 On 3/9/2021 at 11:18 PM, lorenzovdg said: Hi Bangank36, it worked perfectly! Thanks so much for the support, have a nice day! Lorenzo I see on mobile, logo is left-aligned. You can add this to Design > Custom CSS to center it. /* center footer logo */ @media screen and (max-width:640px) { #footer .image-block-wrapper img { margin: 0 auto; } } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.