• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Different logos for different devices

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Different logos for different devices

This topic is: not resolved

Tagged: Infinity Pro, Logo

  • This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by Anita.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • November 5, 2019 at 12:51 pm #494470
    di
    Participant

    I'd like to use a condensed version of my logo (just Adunate) for smaller devices while continuing to use the horizontal version for larger screens. How do I do this?

    I'm currently using Infinity Pro but will likely change to a new theme.

    https://adunate.com
    November 5, 2019 at 9:08 pm #494474
    Anita
    Keymaster

    You could reduce it down on desktop via CSS to 315px and you could keep the same one on desktop and mobile.

    .header-image .site-title > a {
        background-size: contain !important;
        float: left;
        min-height: 65px;
        width: 315px;
    }

    Just look for this in the stylesheet .header-image .site-title > a and change the width to 315px.

    If you still want to use the edited logo, then try something like this.

    Try adding this to the stylesheet and then make your adjustments to the device size and the width.

    @media only screen and (max-width: 600px) {
       .header-image .site-title > a {
           background: url(YOUR LOGO URL HERE) no-repeat !important;
           background-size: contain !important;
           float: none;
           min-height: 65px;
           width: 400px;
      }
    }
    

    Love coffee, chocolate and my Bella!

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble