Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Are you using a custom theme? You can reduce the appearance of the margin left by reducing the width of the sidebar.
Yes. It’s a custom theme. Would you change that in Sidebar.php? Or is it something to fix in the .css?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Change it in the stylesheet of your Child Theme.
It’s not a margin, it is actually the background-color setting of the #secondary and #third divs. The color is set to #ffffff (white), you don’t really need that rule so just take out:
background-color: #FFFFFF;
and it should be fine.
Perfect!! That worked! Thank you!!!