Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #417103

    Hi,
    at the page below I seperated the menu-links at my horizontal main menu with vertical lines but the last line on the right (between “Kontakt” and the right desktopside) should be not seen. How can I do this?

    Thanks for your help!
    Regards
    wordmax

    #417108

    Hi wordmax!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-3507 a {
      border: none;
    }

    Regards,
    Yigit

    #417113

    Thanks Yigit,

    it works great. Just a little question for the future. How can I modify the used css
    if the vertical lines on this site should only have the height of the text of the menu-links and not the height of the header?
    Thank you,
    wordmax

    Used css at the moment:
    .av-main-nav > li > a { border-right: 1px solid #e2e2e2;}
    li#menu-item-3507 a {border: none;}

    #417115

    Hi!

    Please change your code to following one

    .av-main-nav > li > a > .avia-menu-text { border-right: 1px solid #e2e2e2; padding-right: 13px; }
    li#menu-item-3507 a > .avia-menu-text { border: none; }

    Best regards,
    Yigit

    #417122

    Hi, it works nearly perfect. But is it possible, that the vertical lines are centered between the menu-links like before?
    Thank you
    Regards,
    wordmax

    #417135

    Hey!

    Please adjust padding-right value to center them perfectly

    Best regards,
    Yigit

    #417168

    Perfecto Yigit, now it looks great.
    Thank you very much for your help!

    Regards,
    wordmax

    #417178

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to eliminate vertical line on the right side of "Kontakt" in Mainmenu’ is closed to new replies.