Solved: Center Logo in Protean
Hello,
In standar UNA12 in Protean when i upload the site logo its showed with left align in the header, not in the center (in desktop)
Unable to find anything related to logo align in the Protean settting.s Happening the same with all mixes in Protean.
The logo sixe is 340x70.
I only saw this related https://una.io/page/view-discussion?id=4321 but there is not the solution to this.
Does anybody know where or how center it?
Many thanks
-
- · banister
- ·
If you log in - it loses it's center due to the extra elements on the right side. It is still centered to those not logged in.
Yes, you are right. Something did change. Hopefully the fix can be done by some css code added to the Custom Changes page for Protean.
-
- · UNA Themes
- ·
Hello Jaduho!
Studio -> Protean -> Styles -> CUSTOM STYLES
/* Centering the logo */
.bx-toolbar-content .bx-toolbar-item.bx-ti-logo img {
display: block;
margin-left: auto;
margin-right: auto;
}
/* END Centering the logo */ -
- · banister
- ·
Does this also work for the TEXT "logo" centering as well as the IMAGE logo centering?
I tried it but my site text title is still off center to the left, once logged in. Hmmm.
Thank you.
-
Hello banister!
By default.. the text "logo" is already centered.
-
- · Jaduho
- ·
The custom css code indicated worked perfect and center the main logo.
Many thanks UNA Themes and banister for help.
-
greeting,
i tried to put this code but it still doesn't work.
I don't know what to do
-
Hello vijuga!
Did you clone the theme? Default themes cannot be edited.. or saved.
-
- · Scotti
- ·
Is there a way to center the "Site Logo" in the header width? Not auto centered? With above code, still not truly centered on page.
-
-
·
LeonidS
-
·
In reply to Scotti
- ·
Hello Scotti !
Do you mean this solution doesn't work with your mix?
-
·
LeonidS