Hello to all!
I was trying to create a blog category page with 1 leading article and 3 intro columns, using main-right layout. The result was like this though:
After some searching I figured out that it was using the class
.leading .leading-right{
float:left;
max-width:340px;
}
which is only 340px in width for the <div> element. If you change it works fine! Is this a bug? Will there be a problem if I change it?
If change the max-width property with
"100%" value it is being displayed allright:
Thank you very much in advance,
BR
Panagiotis Tsogkarakis