0
Welcome Guest! Login
0 items Join Now

Rocketthemes responsive templates mobile

  • Rocketthemes responsive templates mobile

    Posted 12 years 2 months ago
    • Some of the templates (responsive) have a margin (i use Metropolis), and that margin is also present when on a mobile, which is a part of the design.

      the problem is when on a mobile the pictures gets really really small, ecspeciaally when you like me have a news-site with a lot of pictures...

      So i was thinking if there is a way to eliminate that margin when on mobile (not tablet), if i change template to Leviathan it looks much better on a mobile, the pictures are bigger...

      Is there a code to my custom css that can solve this? there must be others out there with the same issue...

      i think that it is the margin and not the padding, but i am not sure:-)
      my site: www.appsandroid.dk/joomla/sony-xperia-z-test.html
    • Last Edit: 12 years 2 months ago by Morten Høy.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Rocketthemes responsive templates mobile

    Posted 12 years 2 months ago
    • perhaps something like this helps

      @media screen and (max-width: 420px) {
      [class*="rt-grid"] > div.rt-block {
      margin-left: 0;
      margin-right: 0;
      }
  • Re: Rocketthemes responsive templates mobile

    Posted 12 years 2 months ago
    • YEESSS... so cool......So f....... many thanks....this is perfect...

Time to create page: 0.051 seconds