Closed (fixed)
Project:
Text Resize
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Mar 2010 at 12:18 UTC
Updated:
29 Mar 2010 at 13:40 UTC
¿Would it be possible to have multiple tags or id's separated by commas or something?
I mean, if I put "div", some "ul" elements on my page won't resize. Also if I put "body", not every "div" will resize.
¿Is it too complicated to do?
Also, if anyone could point me on where to start/look (I have knowledge in PHP, drupal module programming and some basic jQuery), I could try to do it.
Comments
Comment #1
attheshow commentedSounds like a CSS issue to me if your divs and ULs aren't resizing. Try another theme and see if you get the same result.
Comment #2
attheshow commentedComment #3
pryrios commentedI cannot change the theme at this time as the site is right now being shown to client, who asked for that particular custom theme.
But let's suppose it's a CSS related issue. ¿What can cause that kind of behaviour? ¿What should I look for on my theme?
In fact, what I'd like to know is if I can make those changes quickly (either on the theme or on the module) or let it for further development and tell the client about that.
Comment #4
attheshow commentedHere's a similar issue someone had with a custom theme and their CSS in the past that sounds similiar #380212: Resize all text.
Comment #14 will probably be the most useful to read.
Comment #5
pryrios commentedGot it.
Thank you, attheshow!
Comment #6
attheshow commentedSure, no problem.