HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.2k stars 2.9k forks source link

Spacing (Padding) not working for contact and portfolio widgets #2222

Closed harsh95kj closed 3 years ago

harsh95kj commented 3 years ago

Describe the bug

The Spacing (Padding) code mentioned in the documentation is not working for contact and portfolio widgets.

To Reproduce

Steps to reproduce the behaviour:

  1. Go to ./content/home/contact.md
  2. Click on edit
  3. Insert code design: spacing: padding: ["20px", "0", "20px", "0"]
  4. Save the file
  5. Deploy the code

Expected behaviour

The padding should be displayed on the site after deployment.

Technical details:

harsh95kj commented 3 years ago

The problem is you can have design: only one time in your file. If you use it more than one time than the code won't work.