QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Login Button Issue

Started by Skhilled, Sep 15, 2020, 07:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skhilled

In the following link, you can see the Login button for the current theme is very long! Been trying but I just can't figure out how to fix it.

https://www.jpr62.com/theme/index.php

SychO

Notice the the responsive_menu element has a login class.

<a class="firstlevel" href="https://www.jpr62.com/theme/index.php?action=login">
<span class="responsive_menu login"></span>
<span class="firstlevel">Login</span>
</a>

which conflicts with this:

.login {
    width: 540px;
    margin: 0 auto;
}

giving that invisible element such a width.

Skhilled

Ah! So which one should I get rid of?

SychO

I'd say rename the css class

Skhilled

Thank you! I'll try that. :)