掲示板

How to align the header of searchContainer

thumbnail
13年前 に Jared CHEN によって更新されました。

How to align the header of searchContainer

New Member 投稿: 10 参加年月日: 10/11/27 最新の投稿
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
13年前 に Jared CHEN によって更新されました。

RE: How to align the header of searchContainer

New Member 投稿: 10 参加年月日: 10/11/27 最新の投稿
please, anyone can help?
thumbnail
11年前 に Neetu Mishra によって更新されました。

RE: How to align the header of searchContainer

Junior Member 投稿: 75 参加年月日: 12/05/21 最新の投稿
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
11年前 に Vitaliy Koshelenko によって更新されました。

RE: How to align the header of searchContainer

Expert 投稿: 319 参加年月日: 11/03/25 最新の投稿
Wrap your search container with div with text-align=center:

<div style="text-align: center">
// Your search container here....
</div>
thumbnail
10年前 に Tejas patel によって更新されました。

RE: How to align the header of searchContainer

Junior Member 投稿: 71 参加年月日: 12/01/24 最新の投稿
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" />