Reduce Margin - Question | JoomShaper

Reduce Margin

T

Tony

Template 9 months ago

I would like to reduce the margin above the Page Title in the articles. I am using Shaper_helixultimate template on Joomla 5.2.3 https://www.shropshirefirst.com/aims-objectives Please help. Regards Tony

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 9 months ago #181853

Hi

Thanks for contacting us. Do you want to reduce this space?

https://prnt.sc/24dgQOyKXCl_

Then use this CSS in your custom.css file

#sp-main-body {
    padding: 0 !important;
}

-Regards.

0