wp register link styles miss align my menu
-
i’m working on a blog for a company I work for, and I made a menu bar that works fine for normal links. It doesn’t use lists, but rather has divs with positioned text. anyway, when I put in the wp register tag so the link will appear, <?php wp_register(”, ”); ?> it ads extra margin or padding and the rollover isn’t aligned as it is with the other links. you can see this here:
I’ve tried changing the margins for all the divs associated with the fourth tab which contains the register link, but either the background will align and the text won’t, or vise versa. So I’m wondering if <?php wp_register(”, ”); ?> has some pre assigned margin or spacing that I don’t know about. and if so, what style class or id would remove that? thanks a bunch ??
- The topic ‘wp register link styles miss align my menu’ is closed to new replies.