Top Bar with animation problem

User 116462 Photo


Registered User
129 posts

Hi,
I am hitting a wall with the
Top Bar with animation
component. I attach a copy, but it is also in the standard Foundation components.

I want to style the menu to keep the mobile dropdown until breakpoint of 800px instead of 640px. In order to do that I have to change the Flex properties of the UL Link item. However, while SD displays the CSS for that breakpoint in the Element tab, there is no way to get to the Flex settings in the Styles Tab.
What am I missing here?
I attach the component and screenshot of styles pane.

Regards
Berthold
@media screen and (min-width: 40rem) {
ul.link-list.menu.simple.vertical {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: start;
-ms-flex-align: start;
width: auto;

-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
align-items: flex-start;
}

ul.link-list.medium-horizontal.menu.simple.vertical {
-ms-flex-pack: start;
-ms-flex-align: center;

-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
justify-content: flex-start;
}
}

Berthold, Spain
Astronomy site: http://www.astronomy.artinso.com
Musical events: http://www.orphelion-ensemble.com
ED V4, SD V5
User 187934 Photo


Senior Advisor
20,181 posts

Aren't the settings under Grid and Flexbox Layout?
Can you repost your project. It seems corrupted or blank for me as it won't open.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 116462 Photo


Registered User
129 posts

Eric Rohloff wrote:
Aren't the settings under Grid and Flexbox Layout?
Can you repost your project. It seems corrupted or blank for me as it won't open.


Not the settings for the Flex parent. Only the settings for the Flex children.
I attach screenshot for the Tag
Attachments:
Berthold, Spain
Astronomy site: http://www.astronomy.artinso.com
Musical events: http://www.orphelion-ensemble.com
ED V4, SD V5
User 187934 Photo


Senior Advisor
20,181 posts

I can't open your project.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 116462 Photo


Registered User
129 posts

Eric Rohloff wrote:
I can't open your project.

It is the standard component in the SD component library. Components -> Navigation -> Top Bar with animation.
Berthold, Spain
Astronomy site: http://www.astronomy.artinso.com
Musical events: http://www.orphelion-ensemble.com
ED V4, SD V5
User 2699991 Photo


Registered User
4,782 posts
Online Now

The styling for that is done in the ID "topbar-responsive"
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … an%281%29/
User 2699991 Photo


Registered User
4,782 posts
Online Now

Here is a silent movie showing how to

https://youtu.be/Ixwun5grp10
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … an%281%29/
User 116462 Photo


Registered User
129 posts

Wayan Jaya Space Cadet wrote:
Here is a silent movie showing how to

https://youtu.be/Ixwun5grp10


Thanks Wayan!
I did this and it shows the required result while in the SD window, but if you use preview or device preview, it will default to the old 640px breakpoint. It is related to the UL Link tag which holds all the instructions to show the top menu after 640px and which also holds the Flex instructions to organise the items as a row after 640px.

I sent a support request to the staff, as there is no possibility to edit Flex within the UL Link tag.

Regards
Berthold, Spain
Astronomy site: http://www.astronomy.artinso.com
Musical events: http://www.orphelion-ensemble.com
ED V4, SD V5
User 2699991 Photo


Registered User
4,782 posts
Online Now

Beastro wrote:
Wayan Jaya Space Cadet wrote:
Here is a silent movie showing how to

https://youtu.be/Ixwun5grp10


Thanks Wayan!
I did this and it shows the required result while in the SD window, but if you use preview or device preview, it will default to the old 640px breakpoint. It is related to the UL Link tag which holds all the instructions to show the top menu after 640px and which also holds the Flex instructions to organise the items as a row after 640px.

I sent a support request to the staff, as there is no possibility to edit Flex within the UL Link tag.

Regards


So therein lies the problem with components (ready-made) therefore the answer would be to make your own nav bar, or use a different nav component & re-style it according to how you want it to appear
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … an%281%29/
User 116462 Photo


Registered User
129 posts

Here is a short video (still uploading) about how it appears:
https://youtu.be/CNZo1RdvgAw
Berthold, Spain
Astronomy site: http://www.astronomy.artinso.com
Musical events: http://www.orphelion-ensemble.com
ED V4, SD V5

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.