• Resolved jm3737

    (@jm3737)


    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)
  • Thread Starter jm3737

    (@jm3737)

    Update: for anyone trying to resolve this issue, I found that the following additional css worked for ColorMag v3.0

    /* Move logo to center in ColorMag v3.0 */
    .cm-header-col-1 {
    flex-basis: 100%;
    text-align: center;
    }

    .cm-site-branding {
    text-align: center;

    Hi jm3737,

    Glad to hear that the issue has been fixed and thanks for the update. Let me know of any other issues or confusion and I will get back to you.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering site logo in ColorMag3’ is closed to new replies.