njoker555 you need to click 'installed' for any more help.
# find template: spacer_open
# replace all contents with below
Code:
<!-- open content container -->
<if condition="$show['old_explorer']">
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" class="spacer-open">
<else />
<div align="center">
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
<div class="spacer-open">
</if>
# Admin CP -> Styles & Templates -> Style Manager -> All Styles Options -> Go -> Additional CSS Definitions
# enter below into second input box
Code:
.spacer-open { padding: 0 25px; }
.spacer-open .spacer-open { padding: 0; }