Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fixed header problem in Opera (only) Re: Fixed header problem in Opera (only)

#108409
Cornucopia
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.