rhath127 Posted August 18 Share Posted August 18 hey all, I wanted to ask if there was a way to adjust the alignment of the 'Sign Out' - please refer to image why is not aligned like the other links? Link to comment Share on other sites More sharing options...
Andrei H Posted August 18 Share Posted August 18 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; } Link to comment Share on other sites More sharing options...
rhath127 Posted August 18 Author Share Posted August 18 Do you know which template I need to adjust to fix this? This also happens when I log out - and shows My Alerts Link to comment Share on other sites More sharing options...
Andrei H Posted August 18 Share Posted August 18 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now