Are you sure you have a sidebar in your theme. When I look at the page you are pointing to I don’t see anything that looks like a sidebar. What area are you calling a sidebar?
One of a facebook help community man said I should:
your sidebar div should be outside of the content div but inside the wrap
This is my alleged sidebar:
https://imgur.com/a/O7ExAap
Recent posts at the right corner
lisa
(@contentiskey)
if you are using OCEANWP theme, I suggest contacting the theme specific support for guidance
https://oceanwp.org/support/
https://wordpress.org/support/theme/oceanwp/
—————
alternatively,look into this setting in CSS
@media only screen and (min-width: 960px)
.content-area, .content-left-sidebar .content-area {
width: 100%;
}
oceanwp (@oceanwp)
1 year, 2 months ago
Hello, go to the General Options > General Settings section of the customizer, in Content Widget and Sidebar Width, the total of the two fields needs to be 100%, right now you have added 100% to the content with, so the sidebar cannot be on the side. You need to add something like 70% and 30% for the sidebar so the result is 100%
Thanks so much 🙂