• How can I change menu to always open on the right? When I have 4 submenu the title superpose with others menu titles

    Menu Torneos –> Sociales –> En curso –> Sol News

    The title “Sol News” superpose with down title.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello @icapa3,

    Add this CSS code into your below class on current active child theme’s style.css file or you can add additional CSS option in theme customizer.

    header#masthead nav:not(.mobile-menu) ul li ul.sub-menu li ul.sub-menu {
      position: absolute;
      left: 100%;
      top: 0;
    }
    Thread Starter icapa3

    (@icapa3)

    Thank you but how can I put the image >?

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    @icapa3, which image are you referring here? please provide your requirements in depth.

    Thread Starter icapa3

    (@icapa3)

    Hi AddWeb, thank you for the support.

    I refer the simbol “>”

    Thread Starter icapa3

    (@icapa3)

    In the sample page, https://pilotoclubtenis.000webhostapp.com/, Agama put the symbol “>” in the post “Federados” & “Sociales”. You can see the symbol “>” in “En curso” & “Finalizados” because I put it in this tile posts.

    Torneos –> Federados & Sociales, Agama put automatically the symbol “>” and I would like put it in “Federados” & “Sociales” automatically too.

    I hope I have clarified and thanks for your support.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Agama.’ is closed to new replies.