• Resolved YodelinCowgirl

    (@yodelincowgirl)


    From previous forum topics I can see that the logo on Preference Lite is supposed to be centered as default – and it was, until I updated the template yesterday. Now, my logo is left-aligned, even though I haven’t changed a thing. How can I get it back to centered? Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    May you therefore link the webpage with the issue?

    Thread Starter YodelinCowgirl

    (@yodelincowgirl)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For some reason, your website has the logo displayed as block; meaning the text-align: center; style (that centres the image) cannot apply to it.

    It needs to be displayed inline.

    Do you have am apparent section of the dashboard for Custom CSS modifications other than modifying the theme’s files?

    Thread Starter YodelinCowgirl

    (@yodelincowgirl)

    I’m totally new to all of this, so I’m not sure what you’re asking for. I just uploaded my logo file to the “Site Title and Tagline” section under customization of the theme. I’ve had this theme for about a month now and it was working fine before – it wasn’t until I was prompted to update the theme yesterday that the logo placement changed.

    And when I play around and switch it to the default logo, that also becomes left-aligned, so apparently, it’s not my logo causing it, it’s some other glitch?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’m not sure what’s causing that, because, as you said, it’s fine on the demo website.

    First try deactivating plugins to explore whether any could be responsible.

    Then, if the problem persists, download and install this Custom CSS Manager plugin. Once downloaded, use its allocated section of the dashboard to hold this code;

    #logo-wrapper img {
     display: inline;
    }

    Thread Starter YodelinCowgirl

    (@yodelincowgirl)

    Awesome… that CSS Manager plugin and the code you suggested worked. Thanks so much!

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