Topic-icon SCLogin showing up in menu but behaving oddly

Active Subscriptions:

None
8 years 10 months ago - 8 years 10 months ago #53776 by critski
I've got the module working in a menu fine but the menu item moves up or down depending on whether it is logged in or logged out (see attachments). I am not sure how to fix it. the template is rockettheme Chimera.
File Attachment:


File Attachment:
Last edit: 8 years 10 months ago by critski.
The topic has been locked.
Support Specialist
8 years 10 months ago #53780 by mel
It looks like you're inserting the SCLogin module into the menu using Modules Anywhere. This is fine, but that module is inserting anchor tags into the page, which you're not accounting for with your styles.

For example, with the login button, I was tinkering around with Developer Tools and the following will get you closer to what you want:
li.item1497 a.item {
height: 10px !important;
}

I attempted to make an account on your page to get a rough idea of the CSS change needed for the logout button, but am waiting for approval. My guess is that it will be something similar to the above.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 10 months ago #53785 by critski
I've approved your account. The fix above does go close to what I need. The other issue is that the buttons don't follow the template the login button is blue and I think is the sourcecoast default but the logout is brown and follows the template default.
The topic has been locked.
Support Specialist
8 years 10 months ago #53788 by alzander
Unfortunately, there is no 'template standard' that we can follow in Joomla. We have our own themes for the SCLogin module and, in them, we define the button to be blue. You can change that however you want to match your site, but there isn't a template-wide standard for 'logout button style' that we could inherit. We'd love it if there were.

For more information on how to best edit our themes, please see:
www.sourcecoast.com/sclogin/documentation/themes

I hope that helps,
Alex
The topic has been locked.