0
Welcome Guest! Login
0 items Join Now

SOLVED Rt_Afterburner - Mobile Responsive width

  • SOLVED Rt_Afterburner - Mobile Responsive width

    Posted 6 years 9 months ago
    • Hi, I am using the RT_Afterburner2 tempalte. I noticed the mobile responsive views leave padding space white edges on both sides. I wanted to see how I could fill the screen so everything fits a little more tighter - leaving maybe a very small white border. Can I add a custom CSS for this?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Rt_Afterburner - Mobile Responsive width

    Posted 6 years 9 months ago
    • Yes you can.

      If you need more help with that Please would you post your URL, superuser id and pswd in the secure tab of your post and I'll have a look for you.

      Regards, Mark.
    • 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 Rt_Afterburner - Mobile Responsive width

    Posted 6 years 9 months ago
    • This message contains only secure information that is visible to Robert Tee, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Rt_Afterburner - Mobile Responsive width

    Posted 6 years 9 months ago
    • Personally I don't think it looks very good but...

      @media (max-width: 480px) {
      .rt-container {
          width: 100% !important;
      }
      .rt-block {
          margin-left: 0;
          margin-right 0;
          padding-left: 0;
          padding-right: 0;
      }
      }

      This is how to create a custom CSS compatible with Gantry 4...

      http://docs.gantry.org/gantry4/tutorials/adding-a-custom-stylesheet

      Regards, Mark.
    • 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 Rt_Afterburner - Mobile Responsive width

    Posted 6 years 9 months ago
    • THank you! You're right, 100% width looked poor. I made it 95% and I'll stick with that. Thanks again.

Time to create page: 0.049 seconds