apras77 Posted September 14, 2021 Share Posted September 14, 2021 Site URL: https://scarlet-beagle-me6l.squarespace.com Hi all, I am trying to code a dropdown menu on my site. The line break looks correct on full desktop screen, but moves to a strange place on smaller screens/mobile. Has anyone an idea, how I could fix this? This is the code I am using: Code for Text block (further below the custom css code): <div class="dropdown"> <p2>This is question 1</p2> <div class="answer"> <p>This is answer 1</p> </div> </div> <div class="dropdown"> <p2>This is question 2</p2> <div class="answer"> <p>This is answer 2</p> </div> </div> <div class="dropdown"> <p2>This is question 3</p2> <div class="answer"> <p>This is answer 3</p> </div> </div> This is the Custom CSS code: /* Dropdown Box */ .dropdown { margin-bottom: 4vw; /*spacing between boxes */ } .dropdown p2 { font-size: 1.1rem; /*question font size */ font-weight: 600; /* question bold */ background: #FFFFFF; /*box background colour */ color: #00000 !important; /*question text colour*/ padding: 8px; margin: auto 0px; cursor: pointer; } .dropdown p { font-style: normal; /* answer normal */ } .answer { display: none; margin-top: 1vw; /*space between question and answer */ } .dropdown p2:after { content: "\>"; /* arrow */ font-size: 24; /*font size arrow */ text-align: left; float: left; } Thanks a lot. Link to comment
tuanphan Posted September 16, 2021 Share Posted September 16, 2021 Hi, What is access password? We can check problem easier --- You can also use Accordions Tab Plugin or use this free tool to add FAQ Accordion Dropdown. 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
Solution Jo_SQSP Posted March 3, 2022 Solution Share Posted March 3, 2022 Hi @apras77, It is now possible to add an accordion menu or FAQ to your site without custom code using the Accordion Block! You can read up on the possibilities in our Accordion Block guide. tuanphan 1 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