Home › Forums › Theme support › Caboom – Documentation › Reply To: Caboom – Documentation
Hi Mips,
I saw the slider is in the main area ( content area), there is a padding top the top, thats true.
If you want, you can wrap the shortcode for the slider with a div:
<div style="margin-top:40px">
[your_shortcode]
</div>
This should solve the problem.