Archived topic
Add spacing between footer and recolor back to top button
6 replies · Started by Philip on October 14, 2018
Hello
How to do this 2 things?
I looked in the customization but can't find.
Hi there,
make sure you have the Colors module activated in Appearance > GeneratePress and then you can change the color of the back to top under Customizer > Colors > Footer
Can you explain the spacing 'between' footer? Is this between each of the widgets?
Thank you for that i was looking in the colors > buttons. :D
For the spacing i would like to separate with same distance as header from content and content from widgets.
You can increase the spacing in the Customizer > Layout > Container.
If you want to use some CSS to only increase the bottom gap then this:
.separate-containers .site-main {
margin-bottom: 40px;
}
Yes i know the settings in customizer problem it does not separate footer from widgets.
Where to put the provided code?
I added it in Child theme folder > functions.php but it gave some error and site did not load.
Ok i have solved, i edited your code and added in the additional CSS in customizer.
.separate-containers .footer-widgets {
margin-bottom: 20px;
}
Thank you for help!
Great, glad you found that :) as you have a child theme, you can add it to your style.css instead