• Resolved anonymized-15960438

    (@anonymized-15960438)


    Is it possible to center the logo (Theme Setup/Logo Setup)? Any CSS?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter anonymized-15960438

    (@anonymized-15960438)

    Horizontally only.

    Plugin Author NiteoThemes

    (@niteo)

    Sure, what is the website you need the CSS for? – or at least the CMP theme..

    thanks Alex

    Thread Starter anonymized-15960438

    (@anonymized-15960438)

    Selected CMP Theme: Stylo.
    The logo is always on the left and there is no option to change its position (for centred) and size.

    • This reply was modified 5 years, 11 months ago by anonymized-15960438.
    • This reply was modified 5 years, 11 months ago by anonymized-15960438.
    Plugin Author NiteoThemes

    (@niteo)

    css to center logo:

    .logo-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        text-align: center;
        margin-right: auto;
        float:none!important;
    }
    
    @media only screen and (max-width : 1024px) {
    .logo-wrapper {
        position:relative;
    }}
    Thread Starter anonymized-15960438

    (@anonymized-15960438)

    Thank You very much! Worked perfectly!

    Hello
    I am desperate, please
    I have been trying to centre a logo for over a week to no avail.
    I am using the BC-Shop child theme
    I can not code I am Dyslexic how can I centre the logo on my website without coding.
    Why has it been made so hard to do something so simple as centre a logo?

    Thank you

    Plugin Author NiteoThemes

    (@niteo)

    Hi @zimbert, please contact BC-Shop creators for a support ?? This thread if for CMP plugin..

    Alex

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Logo centering’ is closed to new replies.