Login Welcome Page cluttered with elements

Hello everyone,

Maybe this question relates more to html than to S2member itself, yet i don´t know how to resolve the issue so i ventured to ask here anyway.

What happens is that i have many links in my Login welcome page, some of wich are intented to X users, others to Y users and others to Z users, so, the problem is, when Z users access the site, they arrive at the login welcome page, but the links are too far down (specially in mobile), since their links (the ones they are supposed to have permissions to see) are the last links in order (from top to bottom) in my backend. I work in elementor, so i have placed a container with a common text widget for a welcoming message at the top, and then going down, for each link a different html widget in wich i place one link enclosed with the s2 brackets. So this worked well when there where a few links, but now i have more links placed lower than the others, and now it´s a bit awkward cause the invisible links are still using space, but those links are invisible to Z users.

Hope its easy enough to understand, but i added an image to ilustrate.

It looks like you have the line-breaks outside of the s2If blocks, so they end up on the page but without the buttons. Try putting those inside the block with the button, that way if the button doesn’t show, neither does the line-break.

:slight_smile: