Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logo does not align center or right #222

Open
MrMaz opened this issue Dec 10, 2014 · 1 comment
Open

Logo does not align center or right #222

MrMaz opened this issue Dec 10, 2014 · 1 comment
Labels

Comments

@MrMaz
Copy link
Collaborator

MrMaz commented Dec 10, 2014

When selecting center or right alignment of the logo in the theme options it stays aligned left. These lines of CSS are causing the problem:

#infinity-base .icext-feature a {
left: 0px;
position: inherit;
}
#infinity-base .icext-feature {
position: absolute;
}

It may just be debug lines that were committed by accident (way back in 2012 f4cec2a), because it is the only occurrence of #infinity-base as a selector anywhere in the code.

Removing the lines fixes everything, but unsure if there are wider implications.

@MrMaz MrMaz added the bug label Dec 10, 2014
@r-a-y
Copy link
Member

r-a-y commented Dec 26, 2014

Fix looks good to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants