Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3636921
user menu does not looking good
Closed

Comments

  •  1
    Ram Kumar started the conversation

    Hi,

    I have added a mobile user login/registration component and once the user login the list of menus does not look good. Please find the attachment of the screenshot for your kind reference.

    Attached files:  Screenshot 2024-04-28 124037.png

  •  2,540
    PenciDesign replied

    Hi,

    The design of the user menu follows the general style of Soledad. How would you like it to be displayed?

    Regards,
    PenciDesign.


  •  1
    Ram Kumar replied

    Hi,

    Can we able to give some space between menu item list ?

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pctopbar-login-btn .pclogin-sub li {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    

    Regards,
    PenciDesign.