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.
JACM Slideshow : style-3 Module cutting top of the box in smartphone mode
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)
- Edited
Thanks perfect as usual @saguaros!
M.
saguaros locked the discussion.