• Resolved famebikini

    (@famebikini)


    Groovy menu is supposed to center my logo with my site, however I have to use custom CSS to get it to center properly. The shop icon and search icon seem to be causing padding on the right side of the menu, resulting in it shifting left. Here is the code I had to use to get the menu fixed, however it isn’t perfect.

    @media screen and (min-width: 768px) ) {
    	.gm-logo {
    		width: auto !important;
    				left: calc(50% - 12px) !important;
    	}
    }
    .gm-logo {
    		width:100% !important;
    	}
    @media (min-width: 1024px){
    .gm-navbar .gm-logo {
    		width: auto !important;
    			left: calc(50% - 12px) !important;
    }
    .gm-navbar .gm-minicart {
        margin-right: 2px !important;
    }
    
    }
    
    body {overflow-x: hidden;}
    .gm-navbar #gm-main-menu {
    	transform: translateX(35px);
    }
    
    .gm-main-menu-wrapper .gm-actions {
        display: flex;
        z-index: 9999999;
    }
    
    @media (max-width: 1023px){
        .gm-menu-btn {
        display: flex;
    			right: 1em;
    			position: fixed;
        top: 1.5em;
        z-index: 999999;
    margin-right: 1.5vw;
        } 
    	
    };
     .gm-navbar-sticky-toggle .gm-wrapper {
        margin-top: 0.9em;
        padding-right: 0.7em;
    }

    Also, even after enabling the topbar, it doesn’t show up. Is there any way to use the theme’s default topbar? (Flatsome)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author grooni

    (@grooni)

    Hello!

    We recommend using integration through the child theme in this case. For proper integration with the Flatsome theme, we have a child theme in our integration library.

    Here is an example of integration on example Astra theme, but the way of integration the same and for Flatsome theme and others

    Plugin Author grooni

    (@grooni)

    To appearance toolbar on your site you need enable toolbar and add some contact data into that, for that go to Groovy Menu Dashboard > Global settings
    Select icons and add contact data on tabs the Toolbar and Socials

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu not centered properly and topbar not working’ is closed to new replies.