Hello Pagelines team!
I would like to set:
- my with this content area width :
and
- my posts pages with this content area width :
How can I do that? With custom CSS code?
Thank you in advance for your answer.
Jean-Philippe
Best Answer Jean-Philippe , 06 December 2012 - 11:50 AM
@Danny, I tried this:
body.home #site .content { width:100%; max-width:1200px; }
.home .postpin-list {position: relative ; width: 1200px}
And it works well ! ![]()
Posted 06 December 2012 - 05:45 AM
Hello Pagelines team!
I would like to set:
and
How can I do that? With custom CSS code?
Thank you in advance for your answer.
Jean-Philippe
Posted 06 December 2012 - 07:54 AM
Posted 06 December 2012 - 09:05 AM
Actually, I would like to display 5 columns within the Postpin section on .home and .category pages. But I don't want to resize the pins width.
I tried:
But it seems I miss something... May I ask for help?
Posted 06 December 2012 - 10:53 AM
Posted 06 December 2012 - 11:00 AM
Ok, I understand. Let me try another suggestion: is it possible to increase the width of my site only on .home and .category pages?
Posted 06 December 2012 - 11:05 AM
Posted 06 December 2012 - 11:50 AM Best Answer
@Danny, I tried this:
And it works well ! ![]()
Posted 06 December 2012 - 12:42 PM