Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #843344

    Hi,

    I’m trying adjust the position for one sub sub menu item. Currently, I’m using:

    #top .av-main-nav ul ul {
    left: -207px;
    top: -50px;
    margin: 0;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0px;
    width: 110%;
    }

    However, that affects all sub sub menu boxes. How can I adjust the positioning for just one sub sub menu box?

    Thanks in advance!

    #843939

    Hey dburton77,

    Please change your code to following one

    #top .av-main-nav ul #menu-item-24280 ul {
    left: -207px;
    top: -50px;
    margin: 0;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 0px;
    width: 110%;
    }

    Best regards,
    Yigit

    #844616

    Work perfectly! Thank you!

    Doug

    #844652

    Hi!

    We’re glad that Yigit was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to adjust position for one sub menu item’ is closed to new replies.