Id like my blog posts to be full screen, but I don't know how to do that. The side widget area is also very larger, taking almost half of the post size, how can I make it full screen with a smaller widget area, still on the right side?
Hello Jesse, The sibebar width is hardcoded to 30%. You can remove it, but Sonaar doesnt have the option to adjust its size width. To do this, you have to use a custom css code. I can provide it, but be aware we dont support this kind of theme customization. To add this code please go to wp-admin>theme options>custom css/js And add this code:
Id like my blog posts to be full screen, but I don't know how to do that. The side widget area is also very larger, taking almost half of the post size, how can I make it full screen with a smaller widget area, still on the right side?
Hello Jesse,
The sibebar width is hardcoded to 30%. You can remove it, but Sonaar doesnt have the option to adjust its size width.
To do this, you have to use a custom css code. I can provide it, but be aware we dont support this kind of theme customization.
To add this code please go to wp-admin>theme options>custom css/js
And add this code:
.content__main{
width: 70%;
}
.sr_it-content-side{
width: 25%;
}
About the page box width. You can increase it if you go to wp-admin>theme options>look and feel>Layout width
Thanks,
Alexandre from the Sonaar.io Crew