0
Welcome Guest! Login
0 items Join Now

SOLVED Grid gallery images cropped

  • SOLVED Grid gallery images cropped

    Posted 9 years 5 months ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Grid gallery images cropped

    Posted 9 years 5 months ago
    • site is offline?

      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 Grid gallery images cropped

    Posted 9 years 5 months ago
    • Sorry, my mystake. Now, it's online.

      Steven
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Grid gallery images cropped

    Posted 9 years 5 months ago
    • Use this code...
      .rg-gm-slice, .rg-gm-slice a {
          max-width: 100% ;
      }
      ul.rg-gm-slice-list li {
          float: none !important;
      }

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

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_iridescent would be rt_iridescent-custom.css). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      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 Grid gallery images cropped

    Posted 9 years 5 months ago
    • Thanks. It works.
      Steven

Time to create page: 0.053 seconds