Hi, If I not publish module in sidebar the page not load wrapper background... I have created a page to view the error. https://allevamentochihuahua.com/try.html
massikk Hi Add this code in custom.css file
.view-article .t3-mainbody { background: #ffffff; border: 1px solid #eaeaea; padding: 25px; }
Regards
Thanks, work. And we can fix footer on bottom? In page with a little text float in center of page.
massikk You can try a min height
.view-article .t3-mainbody {min-height:900px}
It depends on content height.