0
Welcome Guest! Login
0 items Join Now

SOLVED Centered White Content (divs) with Colored Background

    • JSYMedia's Avatar
    • JSYMedia
    • Sr. Rocketeer
    • Posts: 134
    • Thanks: 1
    • Joomla plus Gantry

    Re: SOLVED Centered White Content (divs) with Colored Background

    Posted 10 years 6 months ago
    • Right, but this accomplishes what I wrote in my last post. Now the entire interior of the site becomes the color inserted (in this case grey). All the other coloring I've done is gone, i.e. the green header, green navbar, etc.

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


      What I'm wondering is, with your instructions, does this mean that I use your code and then go back and manually change every interior color in modules?module positions/gantry grid?The footer color was changed using the variables-custom.less file (thought that was how to do it?
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: SOLVED Centered White Content (divs) with Colored Background

    Posted 10 years 6 months ago
    • Try this:

      @media (min-width: 960px) {
      body.layout-mode-responsive {
      background-color: #6b6b6b;
      }
      #rt-mainbody-surround {
      background-color: #6b6b6b;
      }
      #rt-main {
      background-color: #FFFFFF;
      }
      footer#rt-footer-surround {
      background-color: #6b6b6b;
      }
      }
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
    • JSYMedia's Avatar
    • JSYMedia
    • Sr. Rocketeer
    • Posts: 134
    • Thanks: 1
    • Joomla plus Gantry

    Re: SOLVED Centered White Content (divs) with Colored Background

    Posted 10 years 6 months ago
    • You're my hero. More than you realize. Thank you, Prim. Skol och tack!

Time to create page: 0.043 seconds