0
Welcome Guest! Login
0 items Join Now

SOLVED Setting the background of Sidebar A to a different

    • Ali Samii's Avatar
    • Ali Samii
    • Elite Rocketeer
    • Posts: 629
    • Thanks: 2

    SOLVED Setting the background of Sidebar A to a different

    Posted 11 years 2 months ago
    • Hi:

      I am trying to set the background of sidebar A to have a greenish colour and have that background extend to fill the entire height of columns it occupies.

      This image is hidden for guests.
      Please log in or register to see it.


      The problem I am encountering is that the background of sidebar A does not extend to the height of the rt-main container div.

      You can see this happening in this screenshot:

      This image is hidden for guests.
      Please log in or register to see it.


      The URL to the page where this is happening is:
      betelec.ergonomiq.net/societe/offres-d-emploi
    • Last Edit: 11 years 2 months ago by Ali Samii.
    • Thank you.

      Ali Samii
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Setting the background of Sidebar A to a different

    Posted 11 years 2 months ago
    • add this to your css

      @media only screen and (min-width: 768px){
      #rt-main div.rt-container [class*="grid"] #rt-sidebar-a .rt-block::after {
      content: ' ';
      display: block;
      position: absolute;
      left: 0; right: 0;bottom: -1200px;
      height: 1200px;
      background: #00a88e;
      }

      #rt-main div.rt-container {
      overflow: hidden;
      }
      }
  • Re: SOLVED Setting the background of Sidebar A to a different

    Posted 10 years 11 months ago
    • Was having the same problem on template Hexeris,
      that was brilliant Henning,
      thank you :)

Time to create page: 0.051 seconds