[Resolved] Mobile site formatting

  • Author
    Posts
  • #5673

    Andrew Misplon
    Keymaster

    Hi Sam

    Sorry for the hassle with these two. Glad to hear the site’s coming along 🙂 Please, try the following in Custom CSS and let me know how it goes:

    /* Mobile Logo */
    @media (max-width: 768px) {
    	.site-header .site-branding {
    		max-width: 80%;
    	}
    }
    
    /* Mobile Menu Icon */
    .responsive-menu .menu-toggle {
        top: 15px;
    }
    #5705

    skornstein
    Participant

    That fixed it. Thanks again! Happy new year as well.

    #5707

    Andrew Misplon
    Keymaster

    Awesome 🙂 Glad to hear that did the trick.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top