Hello,
Give your site a different look by making the top-right login bar fixed, so that no matter if your scroll down, the bar will stay at its position. Works for v2.
1. Open ./styles/cbv2new/theme/main.css
2. Find
.login_con { width:325px; float:right; margin:0px; padding:0px; position:absolute; top:0px; right:0px; z-index:999; }
and replace that line with
.login_con { width:325px; float:right; margin:0px; padding:0px; position:fixed; top:0px; right:170px; z-index:999; }
3. Save & Upload.
That’s it! Should you have any questions, comments or suggestions, please feel free to leave a comment and I’ll get back to you shortly.
Best Regards,
Richi