Jump to content
dharmagate

fixed navbar lost its proper alignment after 2.3.1 upgrade

Recommended Posts

dharmagate

Hi

After upgrading to 2.3.1 from 2.3, the fixed nav bar lost its proper alignment. please review here (site is under construction): http://healingspace.co.il/

any fixes?

-tom

note: this is Hebrew Wordpress, but I doubt it has to do with that.

Share this post


Link to post
Share on other sites
dharmagate

anyone else experiencing this?

Share this post


Link to post
Share on other sites
James B

Hi there,

I'll notify the developers of this and they'll take a look for you. Someone will advise further shortly.


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites
Danny

Hi,

Looking at you website page source it would appear that you have this in your custom CSS, which is causing the issue. If you remove the following the code from your custom code area, it will resolve your issue.


body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0px;
overflow-y: scroll;
overflow-x: hidden;
}[/CODE]


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×