Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #406972

    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

    #407273

    Hey erwin_m!

    try this code:

    .container .av-content-small.units {
    margin-right: -42px;
    }
    

    Best regards,
    Andy

    #407366

    Hi Andy,

    That works great! Thank you!

    Regards Erwin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove margin between content and sidebar’ is closed to new replies.