Archived topic
footer creation
5 replies · Started by ken on November 11, 2020
Hi,
Am I right to understand that footers can only be created by combining widgets? Is it also possible to create footers using html and css only?
This is an example of what I am trying to do. Can you advice on the best possible way to do it?
Hi there,
Using the built-in footer widgets area should be the best way:
https://docs.generatepress.com/article/footer-widgets/
The first widget would be an image widget and a button in HTML widget.
The second and third widgets can be Navigation Menu widgets - we are using these in our footer.
Hope this helps to get you started.
Let me know if you need more info :)
Hi there,
Thanks! I have set up the structure now. Can you tell me how I could align the itemsin the widget? I want to align center the button.
Hi there,
try this CSS:
.footer-widget-1 {
text-align: center;
}
it works! Thanks!
Glad to hear that.