I use the Helple template and the slideshow seems a bit tall for me; is there a way to reduce the height of the slideshow?
Thank you
I use the Helple template and the slideshow seems a bit tall for me; is there a way to reduce the height of the slideshow?
Thank you
Hi @timpennington,
Add the css code below to the custom CSS modal section to increase or decrease the height of the slideshow on your website.
.acm-slideshow .item {
height: 500px; /* increase or decrease height of slideshow */
}
Kind regards,
I added the code, but I don't see that it made any changes: https://cincinnaticomputerreuse.org/index.php
Hi,
I don't see the css code you added when viewing your website source. Can you share your admin account with us? we will check the added code.
Kind regards,
Hi,
I added custom style to your website and it worked. Reload your website to view the changes, now You can adjust the height according to your idea.
Kind regards,
Thank you!