Skip to content

Logo does not align center or right #222

Description

@MrMaz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions