• Resolved LesTexas60

    (@lestexas60)


    I’m using Elementor with OceanWP theme. I have the widget footer area set to 3 columns and I have added some buttons in the footers. Most of Elementor has setting everywhere to do almost anything. I would like to change my buttons to 100×100 and right , center, left justify them so they look good under my slider. How can this be done?
    nwihabitat.org. The current buttons are stretched but I would like them to be smaller.
    Thanks for any suggestions.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, you want that the three images on your footer be 100px maximum each and left, center, right position, right?

    Try this css code:

    #footer-widgets img {
        width: 100px;
    }
    #footer-widgets .col-1 img {
        text-align: left;
    }
    #footer-widgets .col-2 img {
        text-align: center;
    }
    #footer-widgets .col-3 img {
        text-align: right;
    }
    Thread Starter LesTexas60

    (@lestexas60)

    Thank you for the response but I may not have been clear. I wanted to right justify the left footer, center the center footer and left justify the right footer. Another option would be if I could add more widgets to the footer, say 5 widgets and then only populate the middle 3. I don’t see where to add widgets either.
    Thank you for the code. I don’t see an area in the footer settings where I can add code. Where is this done?
    Elementor is much easier to do some things but harder to do others. 🙂

    Create footer sections in Widgets. Then make a custom footer (using OceanWP Library and style in Elementor) and then choose custom footer in page attributes.

    Theme Author oceanwp

    (@oceanwp)

    Hi, yes, exactly as @spirit3soul said, you can create a custom footer with Elementor: https://youtu.be/XVL34Ul6dWU

    Thread Starter LesTexas60

    (@lestexas60)

    I ended up using Header Footer Builder, once I figured out how to get it to display on the page.

    Thanks for the help

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘OceanWP Footer Widget settings?’ is closed to new replies.