hello, I need to have the title go all the width of the page with no sidebar on the side (the sidebar needs to be down, at the height of the text of the article), in all the blog posts.
Now, in the pages, I am achieving this using the advanced layout editor but I can not do that with the articles (it would be too difficult for the Client in the future to add new posts).
I am attaching a couple of screenshot – it’s so much better than trying to explain it :)
Thanks!
help!
Hi!
You can add following code to Quick CSS to move sidebar down on single posts
.single-post .sidebar.sidebar_right {
padding-top: 150px;
}
However making title full-width and placing post content and sidebar side by side is currently not possible, unless you use Advanced Layout Builder to create your blog posts.
Best regards,
Yigit
is currently not possible, unless you use Advanced Layout Builder to create your blog posts.
Thanks Yigit I needed your confirmation on this as I already thought it wasn’t possible…
Hi,
You are welcome! Shall we mark this thread as resolved then? :)
Best regards,
Yigit
yes thanks