Hello! I'm pretty sure this is me being a bit dim but it's been a long time since I've mucked about with my pet profiles and my CSS knowledge was pretty shaky in the first place: how do I amend the width of the .pet_spotlight section, specifically the text? I'm trying to fix this on poor Moley's profile so that the 'nominate pet for spotlight' text fits into the box / word-wraps. Is this possible or is this something that can't be changed and needs to be worked around with a custom link?
Any help gratefully received!
i noticed there is CSS there that is not applied for the .pet_spotlight so inside the block there is this line "width: 100 px !important;" the space between number and px needs to be removed for it to work like this "width: 100px !important;"
but the word "for" in the link is hard to see so lowering it from 100px to 82px fixes that