Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422299

    julie t
    Participant

    Hello,

    I am trying to remove the first submenu item indent in UberMenu.

    See screenshot.

    Thanks!

    #1422303

    julie t
    Participant

    Here is the screenshot.

    #1422661

    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1423073

    julie t
    Participant
    This reply has been marked as private.
    #1424028

    Christian
    Moderator

    Sorry but please give us access to your WordPress admin also so we could check your setup.

    Thanks.

    #1426947

    julie t
    Participant
    This reply has been marked as private.
    #1427178

    Rad
    Moderator

    Hi there,

    It has float styling, please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .ubermenu .ubermenu-submenu .ubermenu-column {
        float: none !important;
    }

    Thanks!

    #1427595

    julie t
    Participant

    It worked great. Thank you!!!!!

    #1427806

    Christopher
    Moderator

    You’re welcome.