Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Yes … would you like the ability to remove the circular mask so that logo’s can take their own shape?

    Oliver

    Thread Starter SWEATe

    (@sweate)

    Yes, disabling/enabling that circle mask makes a lot of sense.

    Plugin Author Oliver Campion

    (@domainsupport)

    OK, I’ve added that to the “to do” list and will let you know when it’s done.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Just pushed an update to address your logo option requests.

    Please confirm if this is working as required.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Not heard from you so marking this as resolved.

    Oliver

    Thread Starter SWEATe

    (@sweate)

    Sorry, was out of the country, so didn’t see this?

    The fix didn’t quite do what I was thinking about. It looks like it made the logo large to the left of the margin.

    What I was thinking about is to have the custom logo image go across horizontally, on the top, right above the body. A more traditional look, like so (dots=spaces):

    …..LOGOIMAGE
    …..bodybodybody

    Right now, with your plugin, what it looks like it does is this:

    LOGOIMAGE
    …..bodybodybody

    Not sure if that makes it clearer. Anyway, thanks for your time and help.

    • This reply was modified 5 years, 5 months ago by SWEATe.
    Plugin Author Oliver Campion

    (@domainsupport)

    OK, hmm. The issue here is that the logo is positioned absolutely to the right of the site title and description. Can you please try adding this to the Customiser Additional CSS …

    @media only screen and (min-width: 768px) {
    .site-logo {
    position: relative;
    z-index: 999;
    margin-bottom: calc(.66 * 1rem);
    right: auto;
    }
    }

    … and let me know if it’s what you are looking for?

    With regards to the width of the logo, can you please try this …

    @media only screen and (min-width: 768px) {
    .site-logo .custom-logo-link {
    width: 100%;
    }
    }

    If these are desirable, I’ll work out how to integrate them as options.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Just pushed an update to re-position the logo and align it left / centre / right.

    Oliver

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