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.
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