lorenzovdg Posted March 9, 2021 Share 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 Link to comment
Beyondspace Posted March 9, 2021 Share 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 (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
lorenzovdg Posted March 9, 2021 Author Share Posted March 9, 2021 Hi Bangank36, it worked perfectly! Thanks so much for the support, have a nice day! Lorenzo Link to comment
tuanphan Posted March 12, 2021 Share 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.