MULTI RESPONSIVE MENU

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: MULTI RESPONSIVE MENU

Post by LTH »

Sorry for the double post. I posted this in another thread but I think it should have been here.

Patrik another stupid newbie question. If I install the new version, v1.0.0.1, will I have to go back in and totally set up a new menu again or will I be able to keep my old settings? I'm pretty sure I know the answer but wanted to check before I downloaded and installed it as it really takes a lot of time to customize this menu with all the option we have available. I had noticed the "redundant left border" but forgot to mention it. Thanks for your hard work on this extension.
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

LTH wrote:Sorry for the double post. I posted this in another thread but I think it should have been here.

Patrik another stupid newbie question. If I install the new version, v1.0.0.1, will I have to go back in and totally set up a new menu again or will I be able to keep my old settings? I'm pretty sure I know the answer but wanted to check before I downloaded and installed it as it really takes a lot of time to customize this menu with all the option we have available. I had noticed the "redundant left border" but forgot to mention it. Thanks for your hard work on this extension.

No you will not have to setup the menu again. Thank you.
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

I am using your demo project as before "flat 2" untouched in the mobile/rwd tester. I start on the home page... click "clients", the drop down menu appears with 3 items: back, ikea, fastec but the page title is still "home"... in other words the submenus appear for the selected page but you're not taken to the main page for those submenus... one cannot therefore get to the page "clients" as one can do in the big screen version.

This is the problem i was trying to explain before. This is not possible and it was not possible before either. In the demo i have no link on the Main clients button, So there is no clients page to go to.

The only differens in the current demo is that i have no links for the main sub menu buttons.

And i actuly dident do any changes to the original .js script. I just made one more .js file and if you in the Extension settings choose to "show active color on main menu button on sub menu click" then the menu will use this new .js file. But if you choose to just show Active links (YES value in the settings) then the menu will be exactly as before using the .js file that was used before.

The back button will always only take you back to the maine menu not back to previus page.

So as i said before this is a problem And specialy in regards to the HOME button.
I havent fould a solution for this and i get no answer from the original Menu script creator. So i will continue to try but for now al that i can recomend is not having links on submenu buttons and to not hav submenus on the HOME button. Or put in an extra HOME link in the submenu.
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: MULTI RESPONSIVE MENU

Post by LTH »

:( That's what I thought the answer would be. LOL
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

LTH wrote::( That's what I thought the answer would be. LOL
Now the synchronize with site manager is fixed anyway. Download again.
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: MULTI RESPONSIVE MENU

Post by LTH »

Here's another problem. I thought this was what you were talking about "redundant left border". It did take care of the mobile menu but it's still in the main menu. Here's a screenshot.

Image
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

LTH wrote:Here's another problem. I thought this was what you were talking about "redundant left border". It did take care of the mobile menu but it's still in the main menu. Here's a screenshot.

Image
No this one you can turn of in the Menu properties. Go to: Menu/Turn on/of the left devider for the first button/link and set it to yes
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

Hello LTH, i can really solve the problem with the links in mobile menu. Do know of any other mobile menu that this is working on? just can't figure out how to get the link working and after clicking the link open the sub menu.
The only other way i can think of is having the sub menu opened at mobile menu entry (see img below). Or to add an extra eg, HOME link in the sub menu and hide that link from the bigscreen menu.

Image
TrevH
 
 
Posts: 27
Joined: Wed Nov 26, 2014 3:31 pm
Location: UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by TrevH »

Hi Patrik,

There are a few out there, although the code may vary and need altering to fit the extension. A basic thing I found was adding a back button to nav bar header http://demos.jquerymobile.com/1.4.5/toolbar/

For an experiment, on the master page I added a shape and assigned it to a smart link within the WB10 program, placed it just below the menu. It doesn't look pleasing but I wanted to test it on a mobile device and it does work... There is java code that would work in terms of doing the job, but how who knows if it can be implemented within the extension? Something like....

<a href="javascript:history.go(-1)" onMouseOver="self.status=document.referrer;return true">Go Back</a>

A few other places with menus that work but more like using accordion style, there is this one that has multi sub menus:
http://adnantopal.github.io/slimmenu/#

And then there's flexnav
http://jasonweaver.name/lab/flexiblenavigation/#content

I will keep looking, I am sure it can be figured out somehow, not an easy task but then making something this good has to be worth the struggle.

Trev :D
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

Yes the flex nav looks like how it should work, i'v to have seen this before. I will keep on testing. The maine problem i'm looking for a solution is how to click the link and open this link but still have the sub menu opend. I can get the link to work but this will reload the page (i think) so the sub menu will be closed. Any way thank you for your help :D
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

Been away for a couple of days.... keep the good work up boys! :)
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: MULTI RESPONSIVE MENU

Post by LTH »

Patrik is there a way to get this extension to work with a master_frame page? I've tried everything I can think of and can't get it to show on any page that's associated with a master_frame page. I can view the master_frame page and it works fine but not any that's associated with it. I hope this make's since.
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

LTH wrote:Patrik is there a way to get this extension to work with a master_frame page? I've tried everything I can think of and can't get it to show on any page that's associated with a master_frame page. I can view the master_frame page and it works fine but not any that's associated with it. I hope this make's since.
It works fine for me. How exactly are you doing? Do you have a demo page? can you send me your project file?
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: MULTI RESPONSIVE MENU

Post by LTH »

I'll get you one made up. How can I send it to you?
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

LTH wrote:I'll get you one made up. How can I send it to you?
Last edited by Patrik iden on Fri May 01, 2015 11:35 pm, edited 1 time in total.
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: MULTI RESPONSIVE MENU

Post by LTH »

It should be there soon. Thx
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

You have not added any Master object to index page.

1. In the toolbox/advanced look for Master object.
2. Drag it to the workspace.
3. Dubble click it and pick the master_fram page (Make sure to uncheck the "as layer option").

4. Tip: Make a new master_page for the menu, a page with only the menu on.
LTH
 
 
Posts: 23
Joined: Wed Dec 31, 2014 9:44 pm
Location: Lenoir City, TN

Re: MULTI RESPONSIVE MENU

Post by LTH »

flatshad at hotmail.com

I think I understand now Patrik. I was under the impression you had to use either a master_page or master_frame page. I didn't know that you could use them both together. Thanks so much for your help. :D
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

Hello. I have fixed some small bugs. Please download again.
mayur007
 
 
Posts: 285
Joined: Tue Jun 24, 2014 9:06 am

Re: MULTI RESPONSIVE MENU

Post by mayur007 »

nice work
redbadnap
 
 
Posts: 14
Joined: Sat Dec 22, 2007 10:55 am

Re: MULTI RESPONSIVE MENU

Post by redbadnap »

Great work!

A question: can this extension manage page in a folder like this:

Image

Look this demo:
http://onesofties.xoom.it/resp_menu/index.html

The simple project is here:
http://onesofties.xoom.it/resp_menu/resp_menu.wbs

Thanks a lot
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

Hello. cant realy say why this is happening, the only thing i can think of to fix this right now is to put in real path's like: http://onesofties.xoom.it/resp_menu/One/onepage1.html and http://onesofties.xoom.it/resp_menu/One/onepage2.html. I will look in this further.

Thank you.
redbadnap
 
 
Posts: 14
Joined: Sat Dec 22, 2007 10:55 am

Re: MULTI RESPONSIVE MENU

Post by redbadnap »

Ok ok, no problem, it's just to experience the capabilities of the extension, but it also happens synchronizing with site manager ...
tdr
 
 
Posts: 28
Joined: Sat Sep 26, 2009 10:14 am

Re: MULTI RESPONSIVE MENU

Post by tdr »

Great work on this extension!

I was trying to see if I could make it a docked menu by placing it inside a docked layer on the master page, and setting the layer type to docked layer / dock on top. However it's not working for me.
Has anybody been able to achieve something like this?
thanks
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

tdr wrote:Great work on this extension!

I was trying to see if I could make it a docked menu by placing it inside a docked layer on the master page, and setting the layer type to docked layer / dock on top. However it's not working for me.
Has anybody been able to achieve something like this?
thanks
What exactly are you trying to do here? The menu is docked to the top by default. Do you have a link to the site?
tdr
 
 
Posts: 28
Joined: Sat Sep 26, 2009 10:14 am

Re: MULTI RESPONSIVE MENU

Post by tdr »

I'm sorry I didn't explain myself well enough - you know those web pages where you scroll the page and the menu is always visible as you scroll to the bottom? I would like to achieve an effect like that. Docked layers do this.
see this example of what I mean http://www.templatemonster.com/demo/54542.html
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

tdr wrote:I'm sorry I didn't explain myself well enough - you know those web pages where you scroll the page and the menu is always visible as you scroll to the bottom? I would like to achieve an effect like that. Docked layers do this.
see this example of what I mean http://www.templatemonster.com/demo/54542.html

OK, you do not need to use any layer for this (in fact you should not use layer for this menu at all). There is a option in the menu settings "fixed positios" set this to yes. Now the menu will be fixed to the top eaven if you scroll the page.
Hope this helps. Thank you.
TrevH
 
 
Posts: 27
Joined: Wed Nov 26, 2014 3:31 pm
Location: UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by TrevH »

Hi Patrik,

I would like to know if it is possible to add a transparent option to the menu colour schemes, I have a background image and would like the buttons to sit on top of it, but cannot find the transparent (clear) background option. Also if it is possible... then could a transparency % be added to the colours?

Many thanks...
Trev
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

TrevH wrote:Hi Patrik,

I would like to know if it is possible to add a transparent option to the menu colour schemes, I have a background image and would like the buttons to sit on top of it, but cannot find the transparent (clear) background option. Also if it is possible... then could a transparency % be added to the colours?

Many thanks...
Trev
Hello, cant's you just use the same color as the background?
TrevH
 
 
Posts: 27
Joined: Wed Nov 26, 2014 3:31 pm
Location: UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by TrevH »

Hi Patrik,

The background is an image, as in a picture and not a solid single colour...

Perhaps all that is needed is to modify the input boxes on the menu's various properties sections to allow letters as well as numbers... that way I could input the word "transparent" and if it works like regular html then the colour would be transparent. Hope that makes sense?

Many thanks...
Trev
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

TrevH wrote:Hi Patrik,

The background is an image, as in a picture and not a solid single colour...

Perhaps all that is needed is to modify the input boxes on the menu's various properties sections to allow letters as well as numbers... that way I could input the word "transparent" and if it works like regular html then the colour would be transparent. Hope that makes sense?

Many thanks...
Trev
Yes the problem is that i don't knw how to put this function/option in to the Extension builder. I have asked Support about this.

You can change the css settings whit this codes, just use some of this code in an HTML object:

Code: Select all

.rmm ul li a {
background: transparent !important;
}

or

.rmm ul li a {
opacity: 0.5;
}

and

.ribbon, .rmm-toggled {
background: transparent !important;
}

or

.ribbon, .rmm-toggled {
opacity: 0.5;
}


You may have to set the following to the same as well


.ribbon

.rmm-mobile .current_yes > a

.rmm-toggled

.rmm ul li a

.rmm.style .rmm-mobile li a

.rmm-mobile .current_yes > a

.current_yes > a

.rmm-back > a:nth-child(1)

.rmm ul ul li a
TrevH
 
 
Posts: 27
Joined: Wed Nov 26, 2014 3:31 pm
Location: UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by TrevH »

Hi Patrik,

Thank you for your fast response, I'll give it a go...

:D
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

tdr
 
 
Posts: 28
Joined: Sat Sep 26, 2009 10:14 am

Re: MULTI RESPONSIVE MENU

Post by tdr »

Patrik iden wrote:
Patrik iden wrote: OK, you do not need to use any layer for this (in fact you should not use layer for this menu at all). There is a option in the menu settings "fixed positios" set this to yes. Now the menu will be fixed to the top eaven if you scroll the page.
Hope this helps. Thank you.
Brilliant, exactly what I needed, I didn't see this option even though it was right there in front of me :? . Thanks.
tdr
 
 
Posts: 28
Joined: Sat Sep 26, 2009 10:14 am

Re: MULTI RESPONSIVE MENU

Post by tdr »

Is there a way I could have an inline logo with the menu on the left? e.g. as per this example http://www.govx.com/
thanks!
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

tdr wrote:Is there a way I could have an inline logo with the menu on the left? e.g. as per this example http://www.govx.com/
thanks!
No. i'm sorry.
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

Hi Patrik

I am not working on a new site and looking to use this.

Oddly... when testing this out on a a few separate pages disabling "Use java script" doesnt allow for the menu to be centralised.. in some cases.. but not all?

I have had to play around with enabling/disabling "Use java script" to get a slide show going... but unfortunately all this testing isnt consistant.....

Also using this menu changes the position of an image placed on the left.. it moves the image over about a third of the page?

And can the menu in a specific position....other the default top position?

Thanks

AndyP
Last edited by andyp on Sun Jun 21, 2015 10:39 pm, edited 1 time in total.
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

andyp wrote:Hi Patrik

I am not working on a new site and looking to use this.

However using this seems to change the position of an image placed on the left.. it moves the image over about a third of the page?

And how to keep the menu in a specific place such for for each break point other than the default top position?

Thanks

AndyP
I dont know about the image problem, (do you have an url?), but as for the position you can: Set the fixed position to No. And then use the setting "Menu position from top"
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

Hi.. I was editing my post because I kept getting different testing results as I was going along.. so the quote is slightly different to what you answered to...

This is the edited query:

Oddly... when testing this out on a a few separate pages disabling "Use java script" doesnt allow for the menu to be centralised.. in some cases.. but not all?

I have had to play around with enabling/disabling "Use java script" to get a slide show going... but unfortunately all this testing isnt consistent.....

Also using this menu changes the position of an image placed on the left.. it moves the image over about a third of the page?

I am going to upload a test project very soon....
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

The test project can be found at:

http://www.apgraphx.co.uk/downloads/MRM-test.zip

The information is on the index page.. so go to preview all pages and it will take you through what is happening...


Thanks
Andyp
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

andyp wrote:The test project can be found at:

http://www.apgraphx.co.uk/downloads/MRM-test.zip

The information is on the index page.. so go to preview all pages and it will take you through what is happening...


Thanks
Andyp
There is now project file in this zip.
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

I found what the image/content problem is. I have made an update and added an option in the menu settings "Page Width" just set this value to the width of your page. But i can also see a problem using this menu with breakpoints but you can test it now if you want to, here is the download link for the update: https://mega.co.nz/#!tw0A3TIA!7DLSJVpBp ... 9_ZWkxz9y4
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

Thanks Patrik... .. set the "page width" to the default size of 1360 but no joy

Thanks
Andyp
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

andyp wrote:Thanks Patrik... .. set the "page width" to the default size of 1360 but no joy

Thanks
Andyp
Strange this worked for me. Please send me the project file.
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

For whatever reason I got it going today... all I did was to uninstall and reinstall.. whether that had anything to do with it I dont know

However.. you are correct that this cant be used in break points

Thanks

AndyP
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

OK, try this one: https://mega.co.nz/#!MtkHjKLR!SQsdBkGQG ... gjmMLELXUg
Make sure to uninstall and reinstall.
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

Thanks Patrik...

On a quick test this looks like it is fully responsive... so well done.. :)

Would this then make the setting for the page width invalid?

Is there a way to be able to position it other than the default position at the top.. again for break points?

Thanks

AndyP
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

andyp wrote:Thanks Patrik...

On a quick test this looks like it is fully responsive... so well done.. :)

Would this then make the setting for the page width invalid?

Is there a way to be able to position it other than the default position at the top.. again for break points?

Thanks

AndyP
I have removed the page width setting from this update: https://mega.co.nz/#!JtNBGZ5D!etlrO9Z3Q ... b0j88oCRhg
To move it down from the top set the "fixed position" option to "No", and then you can use the "Menu position from top" option to move the menu down.
andyp
 
 
Posts: 224
Joined: Fri Aug 08, 2014 8:56 am
Location: Brighton UK
Contact:

Re: MULTI RESPONSIVE MENU

Post by andyp »

Ok all seems to work great now thanks.. looks like it is fully responsive to all sizes.. so well done!

The only thing is being able to freely position it to suit each specific break point other than the top because the setting would be fixed throughout the project where I am using a master page.

However... it looks like I will keep it at the top.

Thanks again Patrik :)

Regards

Andrew Peters
Making mistakes....and still learning as I go along.. and very grateful to those who know far more than me... :)
http://www.apgraphx.co.uk
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: MULTI RESPONSIVE MENU

Post by Patrik iden »

Hey, you can use this css if you want the menu to have different top positioning for differnt brakepoints:

Code: Select all

<style>
@media screen and (min-width: 971px) {
.ribbon{
position: absolute;
margin-top: 20px;
    }
}

@media screen and (min-width: 581px) and (max-width: 970px) {
.ribbon{
position: absolute;
margin-top: 40px;
    }
}

@media screen and (min-width: 320px) and (max-width: 580px) {
.ribbon{
position: absolute;
margin-top: 60px;
    }
}
</style>
Ohh and yes, dont forget to make the menu not wider than the smallest BP. If your smallest BP is 320px set the menu width to 320 as well (In the workspace that is).
Post Reply