[Resolved] footer creation

Home Forums Support [Resolved] footer creation

Home Forums Support footer creation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1527114
    ken

    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?

    #1527259
    Leo
    Staff
    Customer Support

    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 🙂

    #1527849
    ken

    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.

    #1528166
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .footer-widget-1 {
        text-align: center;
    }
    #1528169
    ken

    it works! Thanks!

    #1528500
    David
    Staff
    Customer Support

    Glad to hear that.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.