Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #558172

    How can i do to set the SIDEBAR RIGHT to height 100%?

    I put this css

    .sidebar_right {
    height: 100%;
    }

    But dont work

    #558266

    Hi carmycurly!

    What you mean does not work? The sidebar can be 100%, but if the content is not a lot, then you will see it expanding to one place only.

    try to also make it as

    .sidebar_right {
    height: 100%;
    min-height: 100%;
    }

    Regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.