Hi,
I’m trying to remove the space between the content and the sidebar. The sidebar margin is al ready gone, used this code:
.sidebar_right .inner_sidebar {
margin-left: 10px;
margin-right: 0;
}
But I can’t get the margin from the content main div smaller.
At my site you can see what I mean. I want the space between the content div and the sidebar equal to the space between the two columns in the content div.
Regards,
Erwin
Hey erwin_m!
try this code:
.container .av-content-small.units {
margin-right: -42px;
}
Best regards,
Andy
Hi Andy,
That works great! Thank you!
Regards Erwin