Boilerplate Theme

Hi have Some Queryies about boilerplate theme :
Please Check Below If anyone can help me.
how i can re-order in DND column in Mobile View
how i changes spacing in mobile version boilerplate theme
How to add custom class in DND_SECTION, DND_COLUMN and Dnd_row
How to adjust pending in mobile responsive:
Can be use before,after in boilerplate
how to add custom form

Hey @Danish_Wadhwa

  1. Currently there is no mechanism to adjust the order of DND item on mobile, though it is in the dev pipeline.
  2. If by “spaccing” you mean padding or margin, this is handled at the section, column, module level.
    Additionally if you would like to make a global change you can do so in the “theme-overrides.css” file
  3. From the content manager you cannot add custom class. Though this wouldn’t be a terrible idea to suggest. A strong usecase would porbably be needed to get dev started.
  4. Again this feature I believe is in the dev pipline. Additionally you could make global changes in the theme overrides css file.
  5. Pseudo classes can be used in the theme css and are actually used in a handful of place in the theme ovrrides css file. See line 338
  6. Forms will be built in the form buiild marketing > lead capture > forms
    This placed into a layout using the content manager, when authoring a page.

Hope that asnswers a few questions. If you need clarification feel free to reach out!