• There’s a really large margin to the left of the sidebar which is cutting off images on the top of my content area. It seems to span from the very top until the categories drop down box. Don’t know where and how to fix this. Anyone?

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter moussempes

    (@moussempes)

    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.

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    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.

    Thread Starter moussempes

    (@moussempes)

    Perfect!! That worked! Thank you!!!

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    You’re welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing margins from sidebar?’ is closed to new replies.