Skip Navigation

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

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 hace 3 años, 8 meses. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

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)

Etiquetado: ,

This topic contains 2 respuestas, has 2 mensajes.

Last updated by larryB-3 hace 3 años, 8 meses.

Assisted by: Luo Yang.

Autor
Mensajes
#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.