0
Welcome Guest! Login
0 items Join Now

SOLVED Make sidebar height 100%

  • SOLVED Make sidebar height 100%

    Posted 11 years 8 months ago
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: SOLVED Make sidebar height 100%

    Posted 11 years 8 months ago
    • Hi there,

      In your custom css file please add the following code...
      .rt-block[class*="joy-sb"]:after {
            background-color: inherit;
            content: "";
            display: block;
            height: 1000px;
            left: 0px;
            position: absolute;
            width: 100%;
      }
      #rt-transition {
            overflow:hidden;
      }
      If this resolves your problem then please edit your first post in this thread by adding SOLVED at the start of the title and then select the green tick icon. This lets the moderators know that it can be moved to the solved section.

      Thanks for your cooperation :)

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
  • Re: SOLVED Make sidebar height 100%

    Posted 11 years 8 months ago
    • That's some serious CSS-foo there. Thanks. It works perfectly, and I have some studying to do.
    • Dave Solko
      www.pixelalchemy.com

Time to create page: 0.058 seconds