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 4 años, 3 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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: ,

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por larryB-3 hace 4 años, 3 meses.

Asistido por: 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.

enlace oculto

#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!