Jump to content

Top horizontal menu (blocktop) problem


jruuhela

Recommended Posts

Hi!

When changing browser window size to smaller or when using tablet or mobile phone, top horizontal menu is only showing "MENU +" and you have to click it open.

Now it will change to "MENU +" when screen or browser size is about 750px. I want it to change already at 1182px. What should i do? 

See the attachment to understand what i mean. Thanks!

- Juha

Screenshot 2018-03-21 02.34.29.png

Link to comment
Share on other sites

1 hour ago, mkinternet said:

Create new media css block


@media (min-width: 1170px) {

}

and move navbar styles definitions for menu from media css

@media (min-width: 768px) {

}

 

Thanks for reply! Can i have more detailed instructions to do this? What file and exact places to put the code (im not familiar with adjusting code but i can follow instructions) :) 

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...