Home › Forums › CSS › Fixed header problem in Opera (only) › Re: Fixed header problem in Opera (only)
August 24, 2012 at 4:20 am
#108409
Participant
Thanks both for looking at this. I’m not sure it’s particularly a WordPress issue though. I just need to know if there’s a way of styling anchors in general so they all offset by 115px throughout the site, rather than styling individual named anchors.
Actually, I haven’t even successfully managed to offset one named anchor yet so I don’t know what hope I have off being able to do it universally. This didn’t work:
#BeefStroganoff {
margin-top: 115px;
}
nor this:
a#BeefStroganoff {
margin-top: 115px;
}
Am I making a fundamental mistake here? It’s stabbing in the dark at the moment. So please don’t abandon me in my hour of need! Thanks.