Hello,
I am trying to save some space on my homepage and I would like to reduce the space above and under my teaser text.
How can I do that?
Thank you.
Hello,
I am trying to save some space on my homepage and I would like to reduce the space above and under my teaser text.
How can I do that?
Thank you.
Hey elodie14,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.home .special_heading_container {
padding-bottom: 20px;
}
#top.home .slideshow_container {
margin-bottom: 20px;
}
You can adjust the two as needed. They aren't quite equal and I've already reduced them some but that will get you the control you want for changing the spacing.
Regards,
Devin
That's working. Thank You.
Best,
Elodie.
Glad that worked :)
Regards,
Devin
This topic has been closed to new replies.