Skip Navigation

[Resolved] Custom Post Type – need to expand width of screen on display

This thread is resolved. Here is a description of the problem and solution.

Problem:

I can't figure out the CSS needed to make it go to 100% of the container.

Solution:

It is a CSS issue, you can try CSS codes, for example:

https://toolset.com/forums/topic/custom-post-type-need-to-expand-width-of-screen-on-display/#post-1741527

Relevant Documentation:

This support ticket is created 3 years, 8 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by larryB-3 3 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1741019
Screen Shot 2020-08-16 at 8.59.43 AM.jpg

I have a CPT of Alert and I want the green colored box to expand the full width of the container, instead of having a large blank white space to the right of it when the content is not very long enough to expand and wrap.

I can't figure out the CSS needed to make it go to 100% of the container.

hidden link

#1741527
x-bar-content-area.JPG

Hello,

Thanks for the details, you can try below CSS codes:

.x-bar-content-area{
width:100%;
}

See my screenshot x-bar-content-area.JPG

#1741835

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.