Login  Register

Re: hyperlinks for login not working

Posted by Hugo <Nabble> on May 11, 2010; 2:24am
URL: https://support.nabble.com/hyperlinks-for-login-not-working-tp5031610p5034074.html

The problem is in your search box. In your HTML you have:
...
<div style='float:right; padding: 9px 45px 4px 10px;'>
...
Change this float to "left" and you will see that the problem goes to the left side, where the breadcrumb trail is located. So you should find a solution for that.