Hi friends, in JACM Slideshow : style-3 Module I see (in smartphone mode) that the top of the box is cutted... is it possible to put before any spaces to be visible all 'box'?! Thanks! M.
max-santiago
You can add this custom css:
@media (max-width: 480px) { div#t3-section { margin-top: 53px; } }
to the file: /templates/uber/css/custom.css (Create this file if it doesn't exist)
Thanks perfect as usual @saguaros! M.