• I tried to make everything on my site 1.5 the size. I tired both Transform Scale and Zoom CSS. Both of those options break the responsive design with the Customizr theme. Try it yourself and test it on Screenfly.

    I really need to solve this issue. Help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @brylecuff Please do not make duplicate topics for the same thing. It makes it harder for volunteers to support you when you do that. Your 2 new topics were deleted.

    What have you attempted to do in CSS, I mean what CSS have you tried? Trying to modify everything in one go usually doesn’t work well.

    Thread Starter BryleCuff

    (@brylecuff)

    I apologize. I have been waiting patiently but some of my older my questions would disappear because nobody would answer them. I understand nobody has to help me, I’m just quite desperate for help at this point. If you have any further suggestions on where I can get help regarding my issue, please let me know.

    Anyway, I’ve attempted numerous things but I think the main things I’ve tried are

    body {
       transform: scale(1.5);
    }

    The transform scale code destroys the entire aesthetic and stretches everything in weird ways. The responsive design is also broken when this code is used.

    body {
     zoom: 150%;
    }

    This zoom code makes everything look perfect on my 21 inch imac, but any other resolution does not proportion my site properly.

    brylecuff.com

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Transform Scale or Zoom Without Ruining Responsive Design?’ is closed to new replies.