Hello - The modules seem to overlap when viewing on my mobile device. How do I create a space between banner and module below it? When viewing on laptop it's fine. This is only an issue with mobile devices or small screens. Appreciate your help. Homepage
About Page
Thanks, Nader
azzaya I was able to figure it out for anyone wondering. Add the following to custom.css and modify the 'padding-top'. I changed it from 150px to 160px and that resolved my issue:
.t3-section-wrap .padding-top { padding-top: 160px; }