Logo size, how to maximize?

Home Support eCommerce Gem Logo size, how to maximize?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8410
    Anonymous
    Inactive

    Sorry to bother. But is there any way to either make the logo size larger in eCommerce Gem – 1.0.5 or perhaps to add a header image that isn’t associated with the slider? The person I’m working with on my site would really like a large (centered) header image in place of the smaller, more modern logo, which is standard and left aligned in the basic theme.

    Thank you for your time!

    #8411
    ProDesigns
    Keymaster

    Hi @soapeditor

    You can upload logo from Appearance >> Customize >> Site Identity and make it center align with CSS.

    But there is menu at the right of logo in this theme. Do you wish menu bar to appear below large logo which you are going to upload?

    If you can provide us mockup, we can suggest you CSS for it.

    Thank you.

    #8412
    Anonymous
    Inactive

    Hi hi! Menu bar is fine. Thanks for the info about making it center align with CSS. What about making the logo larger? For instance

    THIS is what it currently looks like.

    But I’d prefer it to look like this: Large left alligned

    Or even this (with the CSS edits you mentioned): large - centered - ideal

    Hope this helps. Any recommendations?

    Thank you,

    #8413
    ProDesigns
    Keymaster

    Hi @soapeditor

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to change width of logo.

    .custom-logo-link {
        max-width: 360px;
    }

    Please change max-width value as per your requirement.

    Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.