0
Welcome Guest! Login
0 items Join Now

white backgorund for Quasar in IPad

  • white backgorund for Quasar in IPad

    Posted 12 years 4 months ago
    • Hi,
      when I open my site (made with quasar template) on the iPad, the background of the template is locked to a certain width and then we see the white background .. this parameter to be changed on the file grid-responsive.css? I must change this parameters? @media only screen and (min-width: 960px) and (max-width: 1199px) THANKS!!
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: white backgorund for Quasar in IPad

    Posted 12 years 4 months ago
    • Quasar is not responsive template so it doesn't contain css media queries and you will have to come up with some
       
          /* Smartphones */
          @media (max-width: 480px) { ... }
           
          /* Smartphones to Tablets */
          @media (min-width: 481px) and (max-width: 767px) { ... }
           
          /* Tablets */
          @media (min-width: 768px) and (max-width: 959px) { ... }
           
          /* Desktop */
          @media (min-width: 960px) and (max-width: 1199px) { ... }
           
          /* Large Display */
          @media (min-width: 1200px) { ... } 
       
    • Check my services at: Mihha-Vision
  • Re: white backgorund for Quasar in IPad

    Posted 12 years 4 months ago
    • Hi,
      Thanks!! we use various club templates by rockettheme, but Quasar (even if it is free) was perfect for us!
      The url is nextgolf.net/network and the version for joomla is 2.5.
      I don't find those lines of code..can I insert some lines? Can you help me? where can I insert them? :oops:

      Thanks
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: white backgorund for Quasar in IPad

    Posted 12 years 4 months ago
    • I mentioned what you need to add and I didn't tell that something like this actually already exist in the template css. You will have to add this somewhere at the end of template.css file but you will have to build those css definitions. I gave you the skeleton but you need to work this out for you
    • Check my services at: Mihha-Vision
  • Re: white backgorund for Quasar in IPad

    Posted 12 years 4 months ago
    • ok, perfect!!!
      Thanks!! :)

Time to create page: 0.059 seconds