Page 1 of 1

Keep top dropdown menu only in mobile version

Posted: Mon Jun 05, 2017 8:30 pm
by Slava Podya
Hello Guys, please help.
I would like to know how to remove (or hide) top menu bar on the desktop size browser, but keep this dropdown menu in mobile version?
Thanks.

Re: Keep top dropdown menu only in mobile version

Posted: Mon Jun 05, 2017 10:33 pm
by viethemes
Are you using the default theme or a custom theme? I can make a custom code for this.

Re: Keep top dropdown menu only in mobile version

Posted: Tue Jun 06, 2017 5:51 am
by Slava Podya
viethemes wrote:
Mon Jun 05, 2017 10:33 pm
Are you using the default theme or a custom theme? I can make a custom code for this.
I'm using free custom responsive theme. How much will it cost?

Re: Keep top dropdown menu only in mobile version

Posted: Tue Jun 06, 2017 9:19 am
by IP_CAM
??? I'm using free custom responsive theme ???
you should LINK this Theme in your reply, so
Viethemes would be able to check on it first ! ;)
Ernie

Re: Keep top dropdown menu only in mobile version

Posted: Tue Jun 06, 2017 11:10 am
by Slava Podya
Slava Podya wrote:
Tue Jun 06, 2017 5:51 am
viethemes wrote:
Mon Jun 05, 2017 10:33 pm
Are you using the default theme or a custom theme? I can make a custom code for this.
I'm using free custom responsive theme. How much will it cost?
Here it's: http://www.zerocarts.com/1329/zfashion- ... hemes.html
Opencart version : 2.1.0.1

Re: Keep top dropdown menu only in mobile version

Posted: Tue Jun 06, 2017 8:57 pm
by viethemes
To do that you can install my free extension Custom CSS and add below code

Code: Select all

@media (min-width: 1024px) {
	#menu {
		display: none;
	}
}

Re: Keep top dropdown menu only in mobile version

Posted: Wed Jun 07, 2017 4:41 pm
by Slava Podya
viethemes wrote:
Tue Jun 06, 2017 8:57 pm
To do that you can install my free extension Custom CSS and add below code

Code: Select all

@media (min-width: 1024px) {
	#menu {
		display: none;
	}
}
Thanks, it works.

Re: Keep top dropdown menu only in mobile version

Posted: Sun Dec 17, 2017 11:10 pm
by skip
Does it posible show dropdown mobile menu in desktop view instead main menu bar and how ?