r3v0lution
Registered
I had this problem with 1.5.1, but the floating nav bar went to the far right when scrolling down.. Now after update it shifts to the far left. I can correct it, but it then shifts the nav bar in responsive view ( I would like to keep the floating nav for mobile as well, but can do away with it if no fix).
Under <div class="navFloatWrapper fixed"> I have this css that I can uncheck in "Inspect Element", but I cannot find it in FA+ Style Properties to remove it.
Under <div class="navFloatWrapper fixed"> I have this css that I can uncheck in "Inspect Element", but I cannot find it in FA+ Style Properties to remove it.
Code:
.xbBoxedStyle .fixed {
left: 0;
}