Named Anchor tag styling
-
I’ve applied some simple named anchors on a page (so when one clicks the corresponding link on the top of the page, they’re automatically taken to the content at the bottom of the page.) Here’s my tag:
<a id="3"> </a>
The tag itself works. However, when a person is logged-in and the WP dashboard bar on the top of the page appears, then part of the anchored content is hidden behind the dashboard area. So, I’d like to style the named anchor tag to position it lower (e.g.: margin-top: 20px). I’ve tried some variations of CSS, but none of the style attributes have worked so far. Any ideas out there?
Thanks much!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Named Anchor tag styling’ is closed to new replies.