Sidebar Help

I need help getting my sidebar to place my widget within its border and fill the space. Right now I want it to look like this.

This is how it currently looks in the sidebar…

please advise, thank you

Hi There,

Thanks for writing in!

Please add this CSS to your theme option -> Global CSS and let us know how this goes.

.upgotd-box {
margin: auto !important;
}

Hope this helps!

Hey, thank you for the response. While that centered the widget, it did not allow the widget to fill the sidebar. Is there another option?

Hi there,

Please update the code to:

.upgotd-box {
    margin: auto !important;
    width: 100% !important;
}

Hope this helps.

Thank you, I figured it out. I had conflicting css.

Glad to know that you figure it out.

Thanks

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