How can I change the location of the blogsidebar to the left so that it has more space to display blog posts #8802
-
|
I want to display sidebar when browsing blog articles, but the location of the sidebar is too close to the middle. I want to move it to the left side so that more space can be left to display blog articles |
Beta Was this translation helpful? Give feedback.
Answered by
slorber
Mar 22, 2023
Replies: 1 comment
-
|
You can swizzle all the React blog components and override their logic to implement the blog layout you want.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Shake-Jarjane
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can swizzle all the React blog components and override their logic to implement the blog layout you want.
BlogLayout+BlogSidebar/Desktopin particular