Same width rows no matter the text length?

Hey @TinyMarie,

  • Remove 450px margin and set it to Auto for the Icon image
  • Reset the sizing property of this Icon image - i.e set it to Shrink if needed (currently its set to grow)
  • Add the class “Dropdown” to each Dropdown element. The first one has this currently, but the rest don’t.
  • Set width property as required for the “Div Dropdown FAQ” element. E.g. for testing purpose, I set the width to 80%. Feel free to explore this to set it the way you want and set max-width property just in case to have a max limit if you want for responsive design.

That being said, if you want to have a FAQ section, an accordion probably would suit your design better than the dropdown. But if you prefer dropdown, you can follow the aforementioned steps and the width should be consistent for each question.

And for the two tiny images you want in the background, you could set that up as the FAQ section’s background images by clicking the ‘+’ icon under Backgrounds in the Styling tab for that particular section and position the images the way you want. Should probably not be an issue for the layout in that case.

Hope this helps.

1 Like