• Resolved carmony20

    (@carmony20)


    The logo displays correctly on the desktop site but it’s too wide on the mobile site and runs off the right side. Is there a way to make it automatically adjust for mobile? Or to change just the mobile width?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    You have failed to mention that you (or whoever worked on the website) applied custom CSS changes to the main style.css stylesheet of the theme.

    There is custom CSS code that causes this issue, it’s not the theme’s doing.

    It is a pretty bad idea to make changes directly in style.css, as they will be overwritten after automatic updates.

    Best regards,
    Dumitru B.

    Thread Starter carmony20

    (@carmony20)

    Ok, I clearly don’t know what I’m doing. I won’t argue that. But this theme has been incredibly hard to work with compared to others I’ve used. So maybe instead of criticizing me on a public forum, could I get some HELP? What have I done wrong? I don’t know how to access that so I don’t know how I changed it.

    I’ve spent ridiculous hours trying to do basic things on this theme, so I just want to fix this last issue and never have to work with the theme again.

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    I’m not criticizing you. You mentioned that there is an error with the logo’s appearance, but didn’t mention that you hard-coded the size of the logo via CSS.

    This is the code that you added to style.css:

    #site-branding .custom-logo {
        height: 200px;
        max-width: 500px;
    }

    I’m not sure why you’re using a theme that you don’t like to work with :\

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo too wide on mobile’ is closed to new replies.