How can I adjust my footer column width?

Ada October 22, 2021 at 6:44 am

Hello,

Where can I edit my footer column’s width? I want to change it.

Please advise.

Replies (3)

  1. Ada October 22, 2021 at 6:44 am

    Hello,

    Where can I edit my footer column’s width? I want to change it.

    Please advise.

  2. Spiracle Themes October 22, 2021 at 5:57 pm

    Hi Ada

    Thanks for reaching out.
    the only thing we can do using CSS is to make the left padding of the third column to 0. The width cannot be set as this will break the responsiveness.

    .footer-widgets-wrapper .widget-column.align-right {
    padding-left: 0;
    }

    Copy the above CSS & Paste it in Appearance -> Customize -> Additional CSS

    You’ll need to upgrade if you want more footer options.

    Best Regards

  3. Adam Fofana October 28, 2021 at 2:08 pm

    Hello,

    Is there other way to have these three columns have equal Colum width?
    https://prnt.sc/1xm3a89

    It kinda looks weird because the space/margin on the left size is so small while the right side has a lot of space.

    Please let me know.

    Thanks!

  4. Spiracle Themes October 29, 2021 at 5:39 am

    Hi Adam

    I am sorry to say but the free version has only one default columns layout.
    You’ll need to upgrade to PRO if you want more columns options.

    Check the footer in Pro demo
    https://ownshopwp.spiraclethemes.com/prodemo1/

    Best Regards

Post a Reply

Reply To: How can I adjust my footer column width?
Your information: