Jump to content

Problem With Horizontal Menu - Dropdown ( Mobile Mode )


Recommended Posts

That is caused by position:absolute; 

@media (max-width: 767px)
.sf-menu > li {
    float: none;
    position: absolute;
    border-right: none;
}

in themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

Removing that line could help but check if it does not influence on something else.

Link to comment
Share on other sites

You're the best ! Thank you very much .

 

everything is working fine now. I had to make a couple of modifications using some examples that I've found here before your correct answer for my problem , the reason you saw the css different of the default theme .

 

 

Thanks !!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...