Tagged: footer
-
AuthorPosts
-
March 25, 2015 at 4:59 pm #417914
Hi Kriesi,
How can I centre the content in my footer, so that the copyright text appears centred, and the social media links appear below, also centred, in a second row underneath the copyright text?
Is it also possible for the social media icons to appear in their respective colours, or with the circular background colours, rather than these just appearing on rollover?
Thanks, Richard
March 25, 2015 at 5:10 pm #417926Hey Richard!
Please add following code to Quick CSS
.copyright { width: 100%; text-align: center; } #socket .social_bookmarks { float: none; left: 43%; }Cheers!
YigitMarch 25, 2015 at 6:00 pm #418013Thanks Digit, this works well on full browser width, but on a smaller screen like an iPad the social media icons are off-centre. How can they be truly centred?
March 26, 2015 at 6:40 pm #418726Hi!
Try adding this.
#socket .social_bookmarks { float: none; left: 50% !important; transform: translate(-50%); width: 160px !important; }Cheers!
ElliottMarch 27, 2015 at 4:31 pm #419387Thanks Elliot, unfortunately it’s still not centering
March 28, 2015 at 5:15 am #419717Hi!
It looks centered to me, how would you like it to look instead? Please provide us with screenshots and/or a detailed explanation so that we can understand better.
Best regards,
RikardMarch 28, 2015 at 2:54 pm #419839This reply has been marked as private.March 30, 2015 at 7:10 am #420221Hey!
I think you are getting cached results, this is what I’m seeing on my end: http://imgur.com/cqVs4Pc. Please try to empty your browser cache and reload a few times. Also, what browser are you using to get these results?
Best regards,
RikardMarch 30, 2015 at 2:22 pm #420428Thanks Rikard,
I’m sorry but it’s definitely off. I’ve refreshed cache etc.
I am using Safari on MacMarch 31, 2015 at 9:40 pm #421602Hi!
You are going to need to adjust the code Elliott posted to keep icons centered on all screen sizes. If you need further customization, please ask for a quote from Codeable team using form here – http://kriesi.at/contact/customization
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.
