Tagged: Headline Rotator
I would like to make the headline rotator container narrower in height, more like 60px. Can you provide the quick css code to do so?
Thanks,
Lisa
Hey ZeOmega!
Add a codeblock element to the page and add this inside.
<style type = "text/css">
#after_section_1 .template-page {
padding-top: 20px;
padding-bottom: 20px;
}
</style>
Best regards,
Elliott
great. Thank you for the quick response!