Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #300923
    donaldscho
    Participant

    Hi Support,

     

    My page top meu cant show layer 3, please advise.

    https://j-arie.com

     

    Meu

    j music > media > j live

    #300941
    Skandha
    Participant

    @donaldscho: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .navigation-classic .main-navigation ul ul li:hover > ul, .navigation-classic .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
    }
    .navigation-classic .main-navigation ul ul .menu-item-has-children > a::after, .navigation-classic .main-navigation ul ul .page_item_has_children > a::after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘unable to show all Categories in my site’ is closed to new replies.