XF 1.4 Unable to register and Nav bar faulty

BlissMC

New member
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
 
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;
}
 
Top Bottom