Topic-icon Login/Register text position

Active Subscriptions:

None
6 years 7 months ago - 6 years 7 months ago #62612 by immdimarco
www.mangialarossa.com/index.php/en/

Hi,
Can you please provide me with the CSS code to get the login / register text aligned in one single line to the right of the bar? Also to get it responsive?
Now I am using the following code but the display result is not good enough:

.sclogin {
overflow: visible;
text-align: left;
float: right;
list-style: none;
padding:0px;
margin: 0 -160px;
}

Thanks in advance
Last edit: 6 years 7 months ago by immdimarco.
The topic has been locked.
Support Specialist
6 years 7 months ago #62615 by mel
Replied by mel on topic Login/Register text position
The CSS is fine. However, it's in a container that is too small in width. The container is in a class with ".col-sm-2" which is giving 32% width. If I increase that size or change that class in the browser dev tools, it all goes on one line for me.

-Melissa
The topic has been locked.