• 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

How to Enlarge Logo (Out of Container) on Navigation Pro?

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 › How to Enlarge Logo (Out of Container) on Navigation Pro?

This topic is: not resolved
  • This topic has 4 replies, 3 voices, and was last updated 2 years, 8 months ago by Regev.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • May 18, 2020 at 4:01 am #498762
    Regev
    Participant

    My logo appears way too small on Navigation Pro. I want it to appear bigger, out of the header container, and possibly even center it like here:

    https://ibb.co/zNcYBqG

    (with the menu items organize themselves symmetrically around the logo, like in other Genesis themes)

    Any idea what I should add to the functions.php/css files to accomplish that?

    Thanks a lot in advance.

    https://grizzly.co.il
    May 18, 2020 at 5:47 am #498763
    William
    Member

    Hello Regev,

    It's certainly possible, but you'll need to fiddle with your theme's CSS 🙂 No need to edit the functions.php file, just the styles.css.


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    May 18, 2020 at 6:24 am #498765
    Regev
    Participant

    Any idea what I should put in the stylesheet?

    May 18, 2020 at 2:44 pm #498769
    andytc
    Participant

    It can be done , but it will affect many things , especially when you get down to mobile sizes , sure , you can make media quries , but it might be quite a few entries. Remember also the size of your main menu on the right, that might change over time and get longer and get hidden behind the logo. Also, the header is 'sticky' on scroll , so consider how it would look on interior pages with content. Lots to consider and many possible changes to make.

    You can try this CSS to get started and see if it's going to work for you. Adjust as neccesary.

    .site-header .custom-logo-link .custom-logo {
      max-height: 160px;
      width: auto;
      position: absolute;
      left: 50%;
      margin-left: -120px;
      top: 70%;
    }

    I've included this media query to switch it back on mobile , but check tablets on this

    @media only screen and (max-width: 1023px) {
    
      .site-header .custom-logo-link .custom-logo {
        display: block;
        max-height: 80px;
        position: relative;
        margin:0;
        left: 0;
        top: 0;
      }
    
    }

    It's just something to give you something to look at , lots to be done and checked , especially mobile views , tablets etc.

    May 19, 2020 at 3:38 am #498787
    Regev
    Participant

    Thank you so much!!! I tweaked it a bit and ended up with this:

    Homepage

    Will continue playing with it to make it nice for mobile/tablets.
    Thanks again <3

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 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