Current status of the Ning Platform is always available on the Ning Status Blog.

This tip is for adding a little drop down arrow for items in your Main Nav that have a sub menu. Now I really don't know why I never thought of doing it this way before so thought I would share it with you.

As we know we have the drop down arrow added for us when in mobile view so I took a look at it and the only reason it does not show in our main nav when not on mobile is just a media query stopping it from showing so all we have to do is add the code with the media query for showing it above the mobile resolution. Now we can add it without a media query but as we may need to adjust the arrow a bit different by using a few margins we add the media query so it does not adjust the mobile version.

So here is the code

margin-left: 10px this moves the arrow over to the right a little away from the tab text

margin-top: 4px this move the arrow down a bit

You do not have to use the margins or you can just adjust the values to suit your site.

The code just goes in your design studio custom CSS

@media only screen and (min-width:769px){
.icon-down::before {
    font-family: 'ning-icon-fonts';
    content: '\e60d';
    float: right;
    margin-left:10px;
    margin-top:4px;
}}

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –

Replies

  • Love this - thank you John

    • Thanks Kos, found this way of doing while designing my new menu system for the member site I am getting up together. While add it to my demo site soon as well.

  • By the way if you find your arrows a little big you can adjust it's size by adding a font size value to decrease or even increase it.

    For example I have changed mine to a smaller size like this and as it's smaller decreased the margin-top to 2px

    @media only screen and (min-width:769px){
    .icon-down::before {
        font-family: 'ning-icon-fonts';
        content: '\e60d';
        float: right;
        margin-left:10px;
        margin-top: 2px;

    font-size: 12px
    }}

    • That's actually better.  Nice to demonstrate 'how' they can be adjusted.  CSS is intimidating to those unaccustomed to it.  Thanks!

  • super tip!

    thanks again,

    Holly

This reply was deleted.
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

Birthday Gift Network updated their profile
Thursday
Birthday Gift Network updated their profile photo
Thursday
Paul Corona replied to Donna MacShoe's discussion
Ning Support phone number for my 20 yr old site
"NING support is useless anymore...I have respnded three times asking questins to a message they…"
Jan 15
Alex - Rosas † Negras posted a discussion
due to personal problems I have not been online anymore, I apologize so much and I am happy to be…
Jan 14
Alex - Rosas † Negras replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"IL PROBLEMA È SEMPRE LO STESSO, NING GLI OPERATORI... DEVONO ELIMINARE I COOKIE SUL VOSTRO SITO"
Jan 14
Vlada replied to Kos's discussion
Help w/Chat. Ning Support A No Go
"I'm no IT expert by any means, but out of curiosity have you tried entering the chat room from the…"
Jan 8
Vlada replied to Eva Libre's discussion
Update, Merry Christmas
"Then add the recent price hike email that Ning has notified to be taking effect soon, I'm not…"
Jan 8
Kos posted a discussion
In November we began to notice Chat "freezing up" and when we would refresh the page, it would…
Dec 27, 2024
Eva Libre posted a discussion
UpdateMerry ChristmasToday I woke up totally frustrated and determined to do something.At the end…
Dec 26, 2024
Eva Libre liked Eva Libre's discussion Ning 3.0 is antisocial!
Dec 25, 2024
Eva Libre updated their profile
Dec 25, 2024
Eva Libre replied to Eva Libre's discussion
Ning 3.0 is antisocial!
"Update
Merry Christmas
Today I woke up totally frustrated and determined to do something.
At the…"
Dec 25, 2024
More…

Meanwhile, you can check our social media channels