Footer
-
Hi there,
I’ referring to theme Edin.
In bigger scales/larger windows, my footer line is shrinking and pushed to the left side.
I prefer to have it like it’s shown in the mobile style.Especially the Copyright part should be shown in one single line
Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi there, I notice that you have hidden the WordPress.com and Theme credits. You are not allowed to hide or edit the WordPress.com and theme footer credits per our Terms of Service (#1 Attribution). See the Frequently Asked Questions on the Custom Design support page for more information.
You are allowed to restyle the footer credits to better fit with your design as long as they remain readable If you need help restyling, or adding to, the existing footer credits, let us know and we would be happy to help.
Please remove the following CSS from your custom CSS to restore the footer credits.
.site-info { display: none; }On your footer widget, let’s give this a try and see what you think.
.footer-widget { margin-right: 0; max-width: 90%; white-space: normal; } .footer-widget-wrapper { padding-right: 100px; } -
Hi :-)
i do not wanna remove the footer of my blog but i a wann add “(c) 2016 by” Caro Karotte to the footer.
How can I do that?
Would be great if you could help me :-)
Thank you in advance.All the best
-
Remove this code:
.site-info { display: none; }And try this instead:
.site-info::before { content: "0a9 2016 by Caro Karotte | " }
- The topic ‘Footer’ is closed to new replies.