Hi,
I have followed to increase the size of the main column for the posts and it has been done flawlessly.
https://colorlibsupport.com/t/how-to-increase-the-size-of-the-main-column-for-the-posts/
Thanks Movin for the quick fix. But now how to adjust the header elements (Logo and menu) for the increased width of posts.
My Website is: https://geekbaba.com
movin
2
Hi @abhishek110,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
.site-header .container {
width: 1260px;
max-width: 100%;
}
Best Regards,
Movin