Unable to make footer widget full-width

I’ve tried making this full width according to the instructions on how to make a button full width—by adjusting the container and all of that—but I am unable to do it for this widget. I want the store locator widget to be full width.

See the footer:

Summary

tbssnew.wpengine.com

I was able to do it on the page builder, but not the footer builder.

Hi @minyona,

Thanks for reaching out.

Please inspect your footer container and follow this setting,

Please note that your footer has 3 containers, two are empty (with line elements), please remove those two to make sure there is only one container.

Then inspect your widget element and add this to its Element CSS.

$el {
  width: 100%;
}

Even with flex styling is set to 100%, it still depends on the content’s dimension. Hence, applying 100% width to the widget element.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.