• I removed all the sidebar widgets from my website on purpose. However, the horizontal grey lines dividing the widgets still remain. I’ve been pulling my hair out trying to solve this problem, but no matter what css code I change, I can’t remove these extraneous lines.

    Any help would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • It seems you changed the theme so I can’t see your problem. However try edit the CSS like this – it should work…

    .credits:before {
    	content: "";
    	display: block;
    	margin: 35px 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing horizontal lines between widgets’ is closed to new replies.