Page 1 of 1

Responsive Menu

Posted: Sun Oct 06, 2019 11:40 pm
by samcim
Hi Pablo,

I'm Working on a website, Trying to make a Responsive Menu, Link: https://flashmedia.com/platinum/fly.php
I'm currently using the "Themeable menu" Extension.
I'm having a hard time figuring out how to display in Responsive view menu slide-down text to show to the Left Side of the screen, Please See Images Below

I'm trying to keep the menu on the same line as the logo, so I have set the Breakpoint to 50,

This is how its Currently displayed
Image


This is how I would like it to be displayed,
Image


I went over all the settings, I couldn't figure it out. Would you know how I can do it with this extension, or if there are any other extensions that can do what I'm trying to achieve?

Thank You!

Re: Responsive Menu

Posted: Mon Oct 07, 2019 6:01 am
by Pablo
In the properties of the themeable menu you can set an image, this will keep the logo on the same line.

Re: Responsive Menu

Posted: Tue Oct 08, 2019 12:55 am
by samcim
Thanks, Pablo

Works now.

Maybe it would be a good idea to be able to adjust before the .ThemeableMenu .navbar-nav Padding

I had to add this HTML code to page:

Code: Select all

.ThemeableMenu .navbar-nav 
{
   padding-top: 20px;
   padding-bottom: 0px;
   padding-right: 0px;
   padding-left: 0px;
}
When adjusting properties setting, Each button becomes big, It would be a good idea to be able to add padding before the "navbar-nav"

Thanks Again!
Looking forward