Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29572

    Banging my head for 2 days now…. :)

    Please see http://www.hopmansfietsgigant.nl/informatie/. We have a sub-menu on the left in a sidebar. The sidebar starts 50px from the left, how can I remove that white area column?

    Thnx!!

    #141026

    Hey,

    Please stop banging your head. Add this on your custom.css or Quick CSS:

    .sidebar_left .inner_sidebar {
    margin-right: 20px;
    margin-left: 0;
    }

    Adjust the right margin. :)

    Regards,

    Ismael

    #141027

    Hi Ismael,

    Thanks, but I think I didn’t explain it very well, sorry. Please see the link below, it’s a screenshot with the area (marked red) which I would like to remove :)

    http://www.ferryheijnen.nl/kriesi.jpg

    #141028

    Hi,

    Please try this:

    #after_full_slider_1 .container {
    margin: 0;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing white area before left sidebar’ is closed to new replies.