0
Welcome Guest! Login
0 items Join Now

SOLVED rt-mainbottom module position background color

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

    SOLVED rt-mainbottom module position background color

    Posted 10 years 6 months ago
    • I am modifying the gantry template and I'd like the mainbottom modules to be on a white back ground that only span the content area not the bordering areas on the left and right side of the template. How can I have the mainbottom area have a white background? See the image below.

      www.plano-web-design.com
      joomla 3.2
      gantry 4.1.18
      gantry template 4.1.18

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


      TIA
      Ed
    • Last Edit: 10 years 6 months ago by eRimkus.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED rt-mainbottom module position background color

    Posted 10 years 6 months ago
    • Add this to your custom css file
      #rt-mainbottom {
      background: black !important;
      }
       
      #rt-mainbottom .rt-container {
      background: white !important;
      }

      This is how you create a custom CSS file...
      www.gantry-framework.org/documentation/j...custom_stylesheet.md

      When we release upgrades template files will change and you will have to reapply all your changes again (that's if you can remember where they all are). If you keep your changes in a separate Custom CSS file you'll have no issues upgrading.
    • Check my services at: Mihha-Vision
    • eRimkus's Avatar
    • eRimkus
    • Sr. Rocketeer
    • Posts: 168
    • Thanks: 2

    Re: SOLVED rt-mainbottom module position background color

    Posted 10 years 6 months ago
    • Thank you that worked perfectly!
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED rt-mainbottom module position background color

    Posted 10 years 6 months ago

Time to create page: 0.037 seconds