0
Welcome Guest! Login
0 items Join Now

SOLVED Gantry rt-mainbody background for specific pages

    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    SOLVED Gantry rt-mainbody background for specific pages

    Posted 11 years 6 months ago
    • I've been looking for the solution to this and see bits and pieces but not all of the answer. The site is:
      http://www.domain.com

      The css I've added to gantry-custom.css is:
      #rt-mainbody.whitebg {
          margin: 0 auto;
          padding:20px;
          position: relative;
          width: 1110px;
          background:#FFFFFF;
      }

      I enabled page suffix in template manager
      I added "whitebg" to the Contact menu item page display options

      Can you point me in the right direction?

      TIA
    • Last Edit: 11 years 6 months ago by eRimkus.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Gantry rt-mainbody background for specific pages

    Posted 11 years 6 months ago
    • try

      .whitebg #rt-mainbody {
      margin: 0 auto;
      padding:20px;
      position: relative;
      width: 1110px;
      background:#FFFFFF;
      }
    • The following users have thanked you: Rade

    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    Re: SOLVED Gantry rt-mainbody background for specific pages

    Posted 11 years 6 months ago
    • Thank you Henning! Perfect.

Time to create page: 0.067 seconds