Replies: 0
Hello, everyone. I need a little help with my blog post layout.
I want to try what I see with other websites, no sidebars.
I am using Ocean wp theme and Elementor.
My table of contents is at the far left. It’s not adjusting like the rest of my content.
Here’s what I’ve tried so far:
Under blog post editing: Content layout is at “full width”
With the Ocean WP theme General options>General settings>layout style>wide
P.S. I have reached out to WordPress experts in the Fb group of WP-beginners. There were able to help me insert a code @media screen and (min-width:1000px) {
div#ez-toc-container {
margin: 0 300px;
}
}
It worked. But they told me to add this in the forum so you can also check if there’s any conflict with your plugin and ocean wp.
Thank you so much .