No Sidebar on CPT UI Posts Page

Hi Shapely team,

I was wondering if you cold help me with this problem I couldn’t solve for weeks.

I made a new page for my portfolio/services section by using the Custom Post Type UI plugin. I couldn’t figure out how to place my posts to the center or transform them all into full width. It’s positioned to the left with an awkward empty space on the right. I couldn’t get answers to my questions on CPT UI forums too. :frowning:

Would you know how I could solve this? If it isn’t possible, maybe how to insert a side bar on the right without affecting my blog posts? Just something that wouldn’t make the right side totally empty or the page unbalanced.

Here’s a link to one of the posts: http://paulineph.com/works/flotsam-and-jetsam-university/ and I also attached a screencap of what it currently looks like.

Thanks and I really hope you could help me!

Pauline

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

@media (min-width: 992px){
.col-md-8 {
width: 100%!important;
}}

I hope this helps :slight_smile:

Best Regards,
Support

It worked just fine!! Thank you so much!

Hi! I just noticed that once I put in the code you gave me, my home page parralax sections also expanded to the right side. Could you check it? The buttons are no longer in the middle:

http://paulineph.com/

Thank you!