• Resolved bigrambo

    (@bigrambo)


    I’m a newbie. I started using zerif lite. Can you please tell me the process how to add a menu with a dropdown list and giving several links to the corresponding list? I want to add 3 menus.
    Thanks in advance

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter bigrambo

    (@bigrambo)

    Can anyone help me out with this? Am using Zerif lite.

    You need to go into Appearence->Menu and select which static pages/links you want in it. To create a dropdown menu you can add the links as Subitems in the menu list (just drag a little to the right).

    Thread Starter bigrambo

    (@bigrambo)

    Thanks mayhemrules ??

    Thread Starter bigrambo

    (@bigrambo)

    Can you please tell how can I reduce the space between “our focus section” and “our team section”.
    Actually I removed “about us” section. But there is a large gap coming in between “our focus section” and “our team section”.
    Anyway to reduce that?
    Thanks in advance

    Just add this to your custom CSS page.

    }

    .about-us {
    padding-bottom: 70px;
    padding-top: 70px;
    }

    .about-us .column {
    margin-bottom: 2px;
    }

    Don’t know the name of my team area, but you can find it using inspect element in chrome and firefox.

    Thread Starter bigrambo

    (@bigrambo)

    But it’s not taking any effect. I have changed to

    .about-us {
    background: #272727;
    color: #FFF;
    padding-bottom: 60px;
    padding-top: 60px;
    }
    .about-us .row {
    margin-left: -15px;
    margin-right: -15px;
    }
    .about-us .big-intro {
    text-align: right;
    font-family: “Times New Roman”;
    font-weight: 300;
    font-size: 60px;
    line-height: normal;
    margin-top: -15px;
    }
    .about-us .section-header h6 {
    color: #FFF;
    }
    .about-us p {
    text-align: left;
    color: #939393;
    font-size: 14px;
    line-height: 25px;
    }
    .about-us .column {
    margin-bottom: 2px;
    }

    /* ABOUT US */
    .big-intro {
    text-align: center !important;
    }
    .about-us .column {
    margin-bottom: 2px;
    }
    .skills {
    margin-bottom: 2px !important;
    }

    This is what i changed from 110px to 60px. But nothing changed. ??
    Can you please tell me Where did i go wrong?

    What did you modify? Did you add that to custom CSS?

    Thread Starter bigrambo

    (@bigrambo)

    I have changed the values of padding-bottom, padding-top and margin-bottom.
    Also tried copying the same and inserting in style.css “about section” but nothing seems to work. ??
    Any other way?

    let me check your site?

    Thread Starter bigrambo

    (@bigrambo)

    Anyway to message you…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    No, if you’re not comfortable with sharing your site then that is a compromise you will have to accept.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Add menu with dropdown list’ is closed to new replies.