Template Finance: Remove Big White Space - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Template Finance: Remove Big White Space

KC

Kenneth Clement

Template 4 years ago

Hi, on template finance, on Joomla articles, there is a big white (gray) space between the main menu and the article or article list (blog list). How can i remove this white (gray) space, so there is max. 10px or 20px between?

https://demo.rcfaccountants.be/nieuws (article list)

https://demo.rcfaccountants.be/nieuws/79-effectentaks2 (invidual article)

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #9319

Hi there!

Thanks for your query!

The main body getting padding. Please use the following code in your custom CSS:

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

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
KC
Kenneth Clement
Accepted Answer
4 years ago #9320

Thanks! Works perfect!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #10167

Glad to know that!

You are always welcome:)

0