Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Liferay 6.1.1.

I have created a portlet in eclipse through pluggin sdk 6.1.1.

Now i wants change the size of the portlet.

How can i change it?

Help me

share|improve this question
1  
change the size of the portlet, what does this mean? Can you explain a little better. – Prakash K Jan 24 at 9:38
In my portlet,only single line content is there.when i placed the portlet in a page,it takes a default size.how can i set the size of portlet same as size of content(Single line). – stackoverflow user Jan 28 at 4:56

2 Answers

Usually it's done through theme's css and layout templates. But you may use some css right in your portlet. Also a portlet might have been maximized and minimized so don't take too much css in your portlet.

share|improve this answer
1  
yes.. i tried some css.but no use.can you give me some eg css code..? – stackoverflow user Jan 28 at 5:44

In most cases, through the Page's Layout (log as admin, Manage, Page Layout). It's a good practice to have your portlet visuals/styling generic, so that it can adapt to the hosting page's theme and layout, to keep it usable for later projects and different portal configurations.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.