Foros de discusión

How to align the header of searchContainer

thumbnail
Jared CHEN, modificado hace 13 años.

How to align the header of searchContainer

New Member Mensajes: 10 Fecha de incorporación: 27/11/10 Mensajes recientes
Currently I am using search container to display my data. And I really need to center the header titles of my search container. Any suggestions? Thank you!
thumbnail
Jared CHEN, modificado hace 13 años.

RE: How to align the header of searchContainer

New Member Mensajes: 10 Fecha de incorporación: 27/11/10 Mensajes recientes
please, anyone can help?
thumbnail
Neetu Mishra, modificado hace 11 años.

RE: How to align the header of searchContainer

Junior Member Mensajes: 75 Fecha de incorporación: 21/05/12 Mensajes recientes
Jared CHEN:
I really need to center the header titles of my search container. Any suggestions?


Hi Jared,
you can do this using css. emoticon
thumbnail
Vitaliy Koshelenko, modificado hace 11 años.

RE: How to align the header of searchContainer

Expert Mensajes: 319 Fecha de incorporación: 25/03/11 Mensajes recientes
Wrap your search container with div with text-align=center:

<div style="text-align: center">
// Your search container here....
</div>
thumbnail
Tejas patel, modificado hace 10 años.

RE: How to align the header of searchContainer

Junior Member Mensajes: 71 Fecha de incorporación: 24/01/12 Mensajes recientes
Hi Jared,

use this for align the title of search container.


<liferay-ui:search-container-column-text name="xyz" orderable="<%= true %>" align="center" value="test" />