Centering site logo in ColorMag3
-
Hello,
I used to be able to center my site logo in ColorMag using some additional css.
/* Move logo to center header-left-section {
display: unset; float: none; text-align: left;
}
That’s no longer working in the recent update. I would like to center the logo in v3.0 without switching to layout 2, which enforces a white menu bar that I don’t want. I’ve played with different versions of CSS like this, but with no luck. I’m sure it’s something very simple. Could you assist?
.cm-header-col-2 {
display: none;
}.cm-row {
text-align: center;
}.cm-header-col-1 .cm-site-branding {
display: unset;
float: none;
text-align: center;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Centering site logo in ColorMag3’ is closed to new replies.