Site logo

Archived topic

full width elementor on sider site

15 replies · Started by kanada on April 9, 2021

Viewing posts 1–15 of 16

Hi there,

in that case you may be better of using the Navigator Site:

https://gpsites.co/navigator/

its already setup for for fullwidth content. It also uses the same method as Sider for creating the vertical navigation.

Hi there,

try updating that CSS to:

@media (min-width: 1000px) {
   .site-header {
        overflow: visible !important;
    }
   
    .main-navigation:not(.toggled) ul li.sfHover>ul, .main-navigation:not(.toggled) ul li:hover>ul {
        left: 163px;
        display: flex;
        flex-flow: column nowrap;
        top: 0;
    }
    .main-navigation:not(.toggled) ul li.sfHover>ul:before, .main-navigation:not(.toggled) ul li:hover>ul:before {
        content: "";
        background-color: #323538;
        z-index: 0;
        position: absolute;
        top: -100vh;
        left: 0;
        width: 240px;
        height: 200vh;
    }
}

it's working David, but I can't click sub-menu

Try to add this CSS:

.main-navigation .main-nav ul li.menu-item-has-children>a:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
}

wow thanks Ying, it's working perfectly

how to make the menu left-aligned. I tried adding a rule, but it is overwritten by another rule

please check it https://prnt.sc/119c1mw

Add this CSS to align the menu items left:

@media (min-width: 769px) {
  #site-navigation .main-nav > ul {
      justify-content: flex-start;
  }
}

thanks very much, David it works great

Glad we could be of help

hello,
how to add social icons on the bottom of the menu https://prnt.sc/11mkpa5

The lightweight Social Icons plugin is good but I can't find a way to put it on the menu and it also doesn't have a TikTok icon

I just checked your site and i can see the social icons - looks like you found a solution ?

This archived topic is closed to new replies.