SP Page Builder In Joomla Article Leaves Extra Space At Top - Question | JoomShaper

SP Page Builder In Joomla Article Leaves Extra Space At Top

S

Sven

SP Page Builder 3 years ago

Hi,

When I open a SP page direcly to top(space) is perfect.

When I create the same space (import-export) in an article there is to much space at the top. How can I remove the extra space?

Kind regards, Sven.

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #1582

Hi there!

You may use the following code in your custom CSS:

#sp-main-body{
Padding-top: 0px !important;
}

Hope this will solve the issue for you!

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0