• I really love the plugin and it was very easy to set up with ultimate member.

    On desktop everything works fine. On mobile i have a very very bad looking overlapping on the right side on any devices.

    https://www.bilder-upload.eu/bild-c03283-1575217434.jpg.html

    It doesnt stay in the box determined by ultimate member.

    Im not familiar with css myself, could anyone help me making it fit better?

    thx a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same issue! It’s a great plugin, I just want those buttons to stop stretching passed the Ultimate Member layout. I don’t know how to fix it yet.

    Plugin Author Shamim Hasan

    (@shamim51)

    UM added box-sizing to content-box, So it breaks what is actually design of this plugin. You can add following code in Front End PM > Settings > Appearance > Custom CSS

    #fep-wrapper * {
        box-sizing: border-box;
    }
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with mobile view and ultimate member’ is closed to new replies.