Hello
Please don’t use previous solution and look at this one instead.
Please change css styles or add this code into the custom.css:
#container {
display: table}
.site-content {
width: 550px;}
Regards,
Wallbreaker
That didn’t fix it. Now the sidebar is gone and the two posts I had are side by side. Just want the side bar on the side, starting at the top… and the posts on the left.
That didn’t fix it. Now the sidebar is gone and the two posts I had are side by side. Just want the side bar on the side, starting at the top… and the posts on the left.
Please try these lines again with an !important tag.
#container {
display: table !important}
.site-content {
width: width: 635px !important;}
You may check this screenshot http://prntscr.com/8qsax8
Regards
Wallbreaker