Fórum

How to align the header of searchContainer

thumbnail
Jared CHEN, modificado 13 Anos atrás.

How to align the header of searchContainer

New Member Postagens: 10 Data de Entrada: 27/11/10 Postagens Recentes
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 13 Anos atrás.

RE: How to align the header of searchContainer

New Member Postagens: 10 Data de Entrada: 27/11/10 Postagens Recentes
please, anyone can help?
thumbnail
Neetu Mishra, modificado 11 Anos atrás.

RE: How to align the header of searchContainer

Junior Member Postagens: 75 Data de Entrada: 21/05/12 Postagens Recentes
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 11 Anos atrás.

RE: How to align the header of searchContainer

Expert Postagens: 319 Data de Entrada: 25/03/11 Postagens Recentes
Wrap your search container with div with text-align=center:

<div style="text-align: center">
// Your search container here....
</div>
thumbnail
Tejas patel, modificado 10 Anos atrás.

RE: How to align the header of searchContainer

Junior Member Postagens: 71 Data de Entrada: 24/01/12 Postagens Recentes
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" />