0
Welcome Guest! Login
0 items Join Now

ROKSPROCKET MODUL ARTICLE PROBLEM...

    • cemil07's Avatar
    • cemil07
    • Rocketeer
    • Posts: 68
    • Thanks: 0

    ROKSPROCKET MODUL ARTICLE PROBLEM...

    Posted 12 years 1 month ago
    • i use roksprocket on slideshow.
      but, problem is on ipad's template.
      article summary andread more button is so long and continue to downside. whats the problem?
      how can i fix it?
      http://www.cemilkarakus.com/j30
      please check your ipad
  • Re: ROKSPROCKET MODUL ARTICLE PROBLEM...

    Posted 12 years 1 month ago
    • I only see the problem on the iPad, the iPhone/Mobile mode seems fine to me. Just add the following to a custom LESS file ( www.gantry-framework.org/documentation/j...-a-custom-stylesheet )
      @media (min-width: 883px) and (max-width: 1074px) {
           body {
                .layout-left { 
                     .sprocket-tabs-nav {
                          width: 36%;
                     }
                     .sprocket-tabs-panels {
                          width: 50%;
                     }
                }
           }
      }

      That will make the widths more or less half and half, so a bit better than it is now. Change the above % to whatever you feel looks best.
    • James Spencer / Developer & Support / Hull, UK
    • cemil07's Avatar
    • cemil07
    • Rocketeer
    • Posts: 68
    • Thanks: 0

    Re: ROKSPROCKET MODUL ARTICLE PROBLEM...

    Posted 12 years 1 month ago
    • will this custom LESS file change all pc mac and ipad viEW? or only ipad view?
  • Re: ROKSPROCKET MODUL ARTICLE PROBLEM...

    Posted 12 years 1 month ago
    • It will change the tablet view only. That is the purpose of this part:
      @media (min-width: 883px) and (max-width: 1074px) {..}

      There is no device detection per se, our templates just detect the browser window width.
    • James Spencer / Developer & Support / Hull, UK

Time to create page: 0.178 seconds