StyledThemes

Sub-Menu to the right

Home Forums WordPress Themes – Premium Sleeky Pro Sub-Menu to the right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17495
    Ellen
    Participant

    Is there any way to make the sub-menu in Sleeky Pro go to the right instead of the left?

    #23124
    Binaya D
    Participant

    Hi Ellen,

    Please use the following css to fix your issue;

    ul.navmenu ul.sub-menu {
       right: 0 !important;
       left: 0 !important;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    #23127
    Ellen
    Participant

    Thank you it works great!

    #17496
    Binaya D
    Participant

    Hi Ellen,

    You are welcome! Feel free to contact us whenever you need help. Have a nice Day!

    Thanks

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