• Resolved qnkov

    (@qnkov)


    @champsupertramp

    When i update to new version, i’m losing a custom code that i’ve done to my site. Right now i’ve updated to last ver. and once again i need to move menu filed to left, because it’s half hided.

    Check screen – https://prnt.sc/1zx3li0

    Normally i have done it by myself last two times, but i cannot remember which file and field i needed to edit so i can move it. If you can help me to make it faster. Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @qnkov

    Please try changing the z-index of the dropdown element with the following CSS.

    .um-profile .um-dropdown{ z-index: 9999 !important; }

    Regards,

    Thread Starter qnkov

    (@qnkov)

    @champsupertramp
    I remember being index code, but which file was it? um-styles.css or um.min.css?

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @qnkov

    Please try adding it to your theme’s style.css file or see if your theme customizer has a field for adding custom CSS.

    Regards,

    Thread Starter qnkov

    (@qnkov)

    @champsupertramp
    Hi, i’ve added it in my theme style.css, but it didn’t change – https://prnt.sc/202jx7j

    And i did purge cache of browser and site.

    I remember that was time i’ve used it like this:

    .um-dropdown {
    right: 0 !important;

    But it’s not working now. Or maybe i’ve added another code too. I can hide it completly by writing left: 0, but….

    I’ve tried with both or seperate, still it does not change.

    • This reply was modified 3 years ago by qnkov.
    • This reply was modified 3 years ago by qnkov.
    • This reply was modified 3 years ago by qnkov.
    • This reply was modified 3 years ago by qnkov.
    • This reply was modified 3 years ago by qnkov.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @qnkov

    Could you please try the following CSS?

    .um-profile{ overflow: visible !important;}

    Regards,

    Thread Starter qnkov

    (@qnkov)

    @champsupertramp

    You mean adding both to my style.css ?

    Like this:

    .um-profile{ overflow: visible !important;}
    .um-profile .um-dropdown{ z-index: 9999 !important; }

    Still, nothing changes. Even if i change 9999 to another number.

    https://prnt.sc/210h5iw

    • This reply was modified 2 years, 11 months ago by qnkov.
    • This reply was modified 2 years, 11 months ago by qnkov.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @qnkov

    Could you please contact us via [email protected]? I’ll take a closer look at this issue.

    Please include the topic URL in the email message.

    Regards,

    Thread Starter qnkov

    (@qnkov)

    @champsupertramp

    I’ve changed this – https://prnt.sc/21acoll
    From absolute to initial. Once you click on settings icon it moves
    Like this – https://prnt.sc/21acw7u

    It’s not the best solution, but it works. If you have better plan, write it. Thanks; )

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @qnkov

    This is a theme style conflict so adding a custom CSS code is required. Thanks for letting us know how you resolved the issue.

    Regards,

    Thread Starter qnkov

    (@qnkov)

    @champsupertramp

    I know it’s conflict with the theme, but the codes u provide didn’t work, so i needed a solution. ??

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Thanks for letting us know your solution.

    Regards,

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Moving option’s menu in profile’ is closed to new replies.