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
- Currently there is no mechanism to adjust the order of DND item on mobile, though it is in the dev pipeline.
- 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 - 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.
- Again this feature I believe is in the dev pipline. Additionally you could make global changes in the theme overrides css file.
- 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
- 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!