Goodmorning, I am using JA Uber; when I put an HTML custom module in the page, there is no margin left and right. When can I edit this parameters?
Thank you in advance.
Hi. Try adding this to custom.css (create this file if it doesn't exists):
.section .custom { padding-left: 50px; padding-right: 50px; }