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

    I would like there to be a space between the Main content area and the Sidebar so that it shows the Body Background color.

    Is there a Quick CSS for this.

    Also minimize the space between the widgets in the sidebar to bring them closer together.

    Thanks Michael

    #134949

    Hi,

    You can add this on your custom.css or Quick CSS:

    .main_color, .container.template-blog, #main, .html_stretched #wrap_all {
    background: transparent;
    }

    .content.nine.alpha.units {
    background: white;
    padding-left: 50px;
    margin-left: -50px;
    }

    #top #main .sidebar {
    background: white;
    padding-right: 50px;
    left: 50px;
    }

    Regards,

    Ismael

    #134950

    Thanks. It works

    #134951

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Create a space between Main Content and sidebar’ is closed to new replies.