XF 1.4 Unable to register and Nav bar faulty

BlissMC

New member
Licensed customer
Ok, so I reverted changes in the navigation and now my navbar is really jacked up lol. Also, it is impossible to register for some reason. I was able to last night just fine but now I cannot make a new account nor can anyone else.

Thanks for your time and help!

TiaHT1L.png
 
If you post the forum URL then we can try to debug your custom style. But you should first try installing a default style to see if that fixes the problem.
 
You have an error here:
Code:
#header, #header > div

Remove that CSS property... should be inside uix.css or uix_dark.css template :)

P.S. remove this whole block:
Code:
#header, #header > div {
    margin: 16px 0;
}

Or change it to:
Code:
#header #logoBlock {
    margin: 16px 0;
}
 
Back
Top Bottom