Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #437757

    You helped me add some text to the right of my logo and now I think the line height setting has made the menu move too high above the bottom blue border. Can you please help me move it back down closer to the blue border?

    http://california-apmp.org/wp/membership/

    thank you!
    gary

    #438493

    Hi gharding!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    #header_main_alternate #text-2 {
        padding-top: 10px !important;
    }
    

    Best regards,
    Günter

    #438619

    Gunter, is it clear I want to move the main menu down, closer to the slider? This code seems to move the blue text to the right of the logo to the left and right.

    thank you

    #439242

    Hi!

    Please use following code instead

    .av-main-nav > li > a {
      position: relative;
      top: 15px;
    }

    Best regards,
    Yigit

    #439248

    Success!! thank you!!
    g

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move menu back down…closer to horizontal bottom border?’ is closed to new replies.