• WordPress.com
  • Forums
  • Plans & Pricing
  • Log In
  • Get Started
  • WordPress Hosting
  • Domain Names
  • Website Builder
  • Create a Blog
  • Professional Email
  • Enterprise
  • Overview
  • WordPress Themes
  • WordPress Plugins
  • Google Apps
  • WordPress.com Support
  • News
  • Website Building Tips
  • Business Name Generator
  • Logo Maker
  • Daily Webinars
  • Learn WordPress
Get Started
  • Sign Up
  • Log In
About
  • Plans & Pricing
Products
  • WordPress Hosting
  • Domain Names
  • Website Builder
  • Create a Blog
  • Professional Email
  • Enterprise
Features
  • Overview
  • WordPress Themes
  • WordPress Plugins
  • Google Apps
Resources
  • WordPress.com Support
  • News
  • Website Building Tips
  • Business Name Generator
  • Logo Maker
  • Daily Webinars
  • Learn WordPress

WordPress.com forums

Get help with WordPress.com, the free blogging platform, and the WordPress.com apps.

Premium Theme Support Themes Harbor Hermes aligning mobile menu button with site logo

aligning mobile menu button with site logo

  • wgbrand · Member · May 29, 2020 at 10:46 pm
    • Copy link Copy link
    • Add topic to favorites Add topic to favorites

    Hi Taras, Thank you so much for your ongoing support and patience with me.

    Is it possible to align both the site-branding logo and the menu-button on the same row for mobile/tablet version? I want the burger menu on the left and the logo on the right.

    How do I change the site logo size on mobile?

    How do I change the @media breaking point for when the mobile menu shows up? Since my main nav has a lot of items on it, it starts to stack into 2 lines as I resize my browser width which doesn’t look good.

    The blog I need help with is: (visible only to logged in users)

  • tarasdashkevych · Theme Author · May 30, 2020 at 6:28 pm
    • Copy link Copy link

    Hello,

    “I want the burger menu on the left and the logo on the right. “
    – Please use this custom CSS:

    
    @media (max-width: 992px) {
      .site-header .site-branding,
      .site-header .header-controls {
        width: 50%;
      }
      
      .site-header .site-branding {
        text-align: left;
      }
      
      .site-header .header-controls {
        margin-top: 0;
        padding-top: 0;
      }
      
      .site-header .header-menu-button {
        margin-left: auto;
      }
    }
    

    —

    “How do I change the site logo size on mobile?”
    – You can use this custom CSS to increase the logo in smaller screens:

    
    @media (max-width: 500px) {
      .site-logo {
        width: 100%;
      }
    }
    

    —

    “How do I change the @media breaking point for when the mobile menu shows up?”
    – Here is an example of the breaking point:

    
    @media (max-width: 1200px) {
      .main-navigation {
        display: none;
      }
      
      .header-menu-button {
        display: inline-block;
      }
    }
    

    Note, if you are planning to use this breaking point then you need to update the breaking point in the fist CSS snippet.

    Hope this helps. Please let me know if you have any additional questions.

    Kind regards,
    Taras

  • wgbrand · Member · June 2, 2020 at 5:07 pm
    • Copy link Copy link

    Thank you! this is very helpful

  • tarasdashkevych · Theme Author · June 2, 2020 at 6:34 pm
    • Copy link Copy link

    You are very welcome!

  • The topic ‘aligning mobile menu button with site logo’ is closed to new replies.

Tags

  • mobile menu
  • navigation
  • Site Logo

About this topic

  • In: Hermes
  • 2 participants
  • 0 replies
  • Last activity 3 years
  • Latest reply from wgbrand
Advertisment

WordPress.com

WordPress.com WordPress.com Logo

Products

  • WordPress Hosting
  • Domain Names
  • Website Builder
  • Create a Blog
  • Professional Email
  • P2: WordPress for Teams
  • Enterprise Solutions
  • Built By WordPress.com

Features

  • Overview
  • WordPress Themes
  • WordPress Plugins
  • Google Apps

Resources

  • WordPress.com Support
  • WordPress Forums
  • WordPress News
  • Website Building Tips
  • Business Name Generator
  • Logo Maker
  • Daily Webinars
  • Learn WordPress
  • Developer Resources

Company

  • About
  • Partners
  • Press
  • Terms of Service
  • Privacy Policy
  • Do Not Sell or Share My Personal Information
  • Privacy Notice for California Users

Language

Mobile Apps

  • Download on the App Store
  • Get it on Google Play

Social Media

  • WordPress.com on Twitter Twitter Icon
  • WordPress.com on Facebook Facebook Icon
  • WordPress.com on Instagram Instagram Icon
  • WordPress.com on YouTube Youtube Icon
An Automattic brainchild
Work With Us
    • Premium Theme Support
    • Customize
    • Sign up
    • Log in
    • Copy shortlink
    • Report this content
    • Manage subscriptions