Topic-icon SourceCoast theme vs default

Active Subscriptions:

None
9 years 9 months ago #45829 by fbsoft
Hello,
First if all i want to thank you guys for the development of this tool !!!

Unfortunately I ran into a little bit of trouble... I had followed the tutorials and changed a little it the color and positioning of the buttons... and here is the problem...

I want the 2 buttons to be in the middle, perfectly aligned as the login and registration buttons are... but when I had changed

.sclogin-greeting,
.sclogout-button {
float:left;
}
to float:center
I get



How can I overcome this ?
Thanks
The topic has been locked.
Active Subscriptions:

None
9 years 9 months ago #45830 by fbsoft
Replied by fbsoft on topic SourceCoast theme vs default
I have managed to get a quick fix... using

position:relative;
width:50%;
float:left;

But still is a little bit off but it works a little better... I am hoping for a more permanent fix :P

Thanks and looking forward for the right answer :P
The topic has been locked.
Support Specialist
9 years 9 months ago #45837 by alzander
Is there a page you can link to so we can see what you have going? Testing on a real site, with your template, is always the best way to provide a little CSS magic. Also, if you can create a test account (username: test, password: test) or something like that to test with, that will help. Please do *not* give that user admin permissions.

Just to make sure, you want the 2 buttons in the middle of the page with some spacing in between?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 9 months ago - 9 years 9 months ago #45838 by fbsoft
Replied by fbsoft on topic SourceCoast theme vs default
Yes there certainly is, website
as for tests you can register with an account as registrations are opened as I am still in the development stages
as how it looks i'm more interested in looking as the Loging and Registration buttons are looking, with that much spacing
Last edit: 9 years 9 months ago by fbsoft.
The topic has been locked.
Support Specialist
9 years 8 months ago #46000 by alzander
I'm sorry for the delayed response to this. I just got into your site to look at the logout buttons. It looks like if you add the following styles to your template's CSS, it will make the buttons inline and well-spaced:
div#scLogoutButton {
float: left;
margin-left: 30px;
}
Of course you can adjust the margin or add other styles, but that will hopefully get you started.

If you need anything else, just let us know, and best of luck!
Alex
The topic has been locked.