Hi,
How can I align the copyright footer to the right? Is there any simple code to achieve this?
Thank you,
Poirot
Hi,
How can I align the copyright footer to the right? Is there any simple code to achieve this?
Thank you,
Poirot
Hey!
Please add following css code to css/custom.css and increase/decrease the margin-right value if required.
#socket .copyright{
float:right;
margin-right: 150px;
}
Best regards,
Peter
Hi Peter,
Thanks for helping out! I added the code but the Copyright didn't move completely to the right. I must say I've added a link for credits next to it, maybe that's an issue?
Also I intend to introduce another link on the left side and just wanted to know what css code I should insert, so that stays on the left.
Regards,
Poirot
Ok Peter, moving the Copyright to the right side is done! :-)
If you just could tell me about the code for inserting a link on the left, thanks!
Regards,
P
Hi Poirot,
You can use something like:
#socket .newclass{
float: left;
}
Where .newclass is the class name of the container of your new content.
Regards,
Devin
Hi Devin,
Thanks for the support!
Regards,
Poirot
This topic has been closed to new replies.