0
Welcome Guest! Login
0 items Join Now

SOLVED full width slider -Anacron theme

    • nikoz's Avatar
    • nikoz
    • Jr. Rocketeer
    • Posts: 42
    • Thanks: 0

    SOLVED full width slider -Anacron theme

    Posted 9 years 3 months ago
    • I am trying to achieve to get a full width slider using Anacron theme.
      Could anyonw direct me how I can do that?
      I am trying to edit css files but I can achieve it.

      Thanks in advance

      Nikos
    • Last Edit: 9 years 3 months ago by nikoz.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED full width slider -Anacron theme

    Posted 9 years 3 months ago
    • Could you please post a URL to your site (this can be done in the secure area tab if you prefer) so we can look for you. Without a link to page where the problem is on your site it is quite hard for us to provide the best solution due to so many variables. We try to provide file names and line numbers for code changes and if changes have already been made then our advice may be incorrect.

      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.
    • nikoz's Avatar
    • nikoz
    • Jr. Rocketeer
    • Posts: 42
    • Thanks: 0

    Re: SOLVED full width slider -Anacron theme

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

    Re: SOLVED full width slider -Anacron theme

    Posted 9 years 3 months ago
    • Use this code...
      .menu-home #rt-showcase > .rt-container, .menu-home #rt-showcase > .rt-container .rt-grid-12 {
          width: 100%;
      }
      div.layout-showcase {
          margin: 0;
      }
      div.layout-showcase .sprocket-features-arrows .next {
          right: 0;
      }
      div.layout-showcase .sprocket-features-arrows .prev {
          left: 0;
      }

      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"


      Btw - I just noticed that your membership has expired? Support does require a current subscription.

      Regards, Mark.
    • Last Edit: 9 years 3 months ago by MrT.
    • 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.
    • nikoz's Avatar
    • nikoz
    • Jr. Rocketeer
    • Posts: 42
    • Thanks: 0

    Re: SOLVED full width slider -Anacron theme

    Posted 9 years 3 months ago
    • Thank you very very much for your quick and helpful support. I was struggling to fix that for ages.
      cheers
      Nikos

Time to create page: 0.055 seconds