Hi there!
Thanks for your query.
- I have visited your site. You have loaded the page title two times there, and the title color is white, so it wasn't visible in a white background! I have changed it to black temporarily. Here is a screenshot:
https://prnt.sc/1uiim1r
You can use the following code in your custom CSS to change the page title color:
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
color: #000;
}
Please remove one of them as it seems redundunt!
And there are padding value also making your white space bigger, but you haven't loaded anything within the component area!
https://prnt.sc/1uiiuhk
You can remove the padding value from the main body or the following custom CSS for your home page only to hide it. I have used a unique clas of the home page:
body.itemid-101 #sp-main-body {
display: none;
}
- You can try to remove padding of the right module to get it wider:
#sp-left .sp-module, #sp-right .sp-module {
padding: 30px;
}
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.
Hope this helps!
Best Regards