Reply To: Slide Menu

Home Forums Support Slide Menu Reply To: Slide Menu

Home Forums Support Slide Menu Reply To: Slide Menu

#230340
Tom
Lead Developer
Lead Developer

Ah, that makes it a little harder.

So you would want to add a custom class to your home menu item:

Then apply the CSS to that menu item: https://generatepress.com/knowledgebase/using-menus/#custom-classes

@media (min-width: 769px) {
    .main-navigation li.your-custom-class {
        position: relative;
        left: 25%; /* width of your sidebar */
        margin-left: -20px; /* offset the icons on the far left */
    }
}