Main Menu Navigation position

Home Forums WordPress Themes – Premium Flat Responsive Main Menu Navigation position

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58554
    WebVision
    Participant

    I want to change this

    ul.navmenu > li > a,
    .navmenu ul > li > a {
    display:block;
    padding:0rem 0.7rem;
    list-style:none;
    font-size: 0.85rem;
    color: #000;
    font-weight:normal;
    line-height:85px;
    }

    To this

    ul.navmenu > li > a,
    .navmenu ul > li > a {
    display:block;
    padding:0rem 0.5rem;
    list-style:none;
    font-size: 0.85rem;
    color: #000;
    font-weight:normal;
    line-height:120px;
    }

    Where should I add this in the child theme, I want the spaces smaller between the menu items and I want the line centered on my logo

    #58555
    WebVision
    Participant

    I already tried child theme but it did not work

    #58559
    Bidur
    Moderator

    Hello VQP,

    1. Go to your child theme folder.
    2. Go inside style.css file and directly add the above css.

    it should definitely work.
    let us know.

    Thanks!

    #58561
    WebVision
    Participant

    I had an extra character in there before, now it worked
    thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.