Jump to content

footer alignment


rhath127

Recommended Posts

Hello,

It looks like you have an extra div in there. You might have added it in there by mistake or maybe some custom module adds it.

You can either remove it from the template or hide it via CSS:

#footer_account_list .links {
    display: none;
}

Screenshot 2025-08-18 090727.png

Link to comment
Share on other sites

Hello,

On a closer inspection, it seems like the themes/classic/modules/ps_linklist/views/templates/hook/linkblock.tpl file adds that div element.

So this is possibly a misconfiguration on the Link List module.

If you can't find anything wrong in the admin configuration of the Link List module, I'd say adding that CSS code to your custom.css or theme.css file it's the easiest way of fixing the issue.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...