- This topic has 1 reply, 2 voices, and was last updated 5 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hi, my website (http://www.over50shub.com) has a gap between the posts column and right sidebar. How can I get the posts to take up the whole space so that it looks right? ie 3/4 of the page is the posts and 1/4 is the right sidebar? I can’t see a way to do this?
Thanks
Hi Shrekthe4th,
Please navigate to Dashboard > Appearance > Customize > Additional CSS and insert the CSS snippet below:
.main-container {
width: -webkit-calc(100% - 255px);
}
Kind Regards