I have a slider on top of the page. Just underneath there’s some text.
How can I manage height of this area, to make it bigger or smaller?

I have a slider on top of the page. Just underneath there’s some text.
How can I manage height of this area, to make it bigger or smaller?

Hey @giusep71,
If you have set the page template to Blank - Container | Header, Footer there will be a default margin set above the page content,
You can change it through CSS. Please add this code in X > Theme Options > CSS:

.x-container.offset {
margin-top: 80px;
}
Feel free to change the value in the code above.
Hope this helps.
That works great!
Thanx
You’re welcome! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.