Hello, i use a carousel banner module in section 3 position of template. How can i make this module centered?
ribo i put in this module css margin-left: 5%; but i am not sure if this solution is the best solution. If you know something better to do please tell me
Hi ribo, You can add the following CSS code to the backend > site template styles > ja festival > Tools > Custom CSS:
.carouselbanner-wrp .carouselbanner { margin-left: 10px; text-align: center; }
dominic Thank you, this is better solution. I just put margin-left 6px; to appear better in mobile.