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 Beyondspace 1 Link to comment
Solution Beyondspace Posted March 9, 2021 Solution 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; } tuanphan and lorenzovdg 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Beyondspace 1 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 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