• Hi guys! I would like someone to help me with something. I want to make my website logo bigger for mobile version but after trying for two hours, I can’t. If anyone knows how to do it with custom css, it would be incredible. Thanks.
    Note: I already tried changing max-width but for some reason nothing happens.

    • This topic was modified 3 years, 4 months ago by t-p. Reason: Moved to Fixing WordPress from Developing with WordPress

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Mobile compatibility is theme-dependent.

    Looking at your site you use orbital theme.

    Since you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    https://orbitalthemes.net/

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product. Commercial products are not supported in these forums.

    Hello @juan4520,
    I think the max-width is exactly the problem. Since you applied that property, the image will not expand beyond its container and, because you are also using height: auto; then the image will try to fit (and look) as good as possible inside the container.

    If you set the image to max-width: none; then you will be able to handle the size of the image without those restrictions, but I think this is not the goal you want to achieve. My suggestion on this is to handle the size of the logo in the image source directly (maybe using a conditional one for mobile devices) and then print it at full size.

    I hope this helps.
    Sincerely.

    • This reply was modified 3 years, 4 months ago by benvoide.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make a logo bigger for mobile’ is closed to new replies.