I tried to create a view with the article displaying vertically like normal on a new page, but the view will become teasers arranged horizontally like the frontpage. Is it possible to do a view with articles arranged in a way similar to the "blog" page on the demo site??
Thanks

Comments

sogstephen’s picture

what i am trying to achieve is the format like in the preview format when i'm creating the view. However, whenever i save, it becomes blocks of teasers again.

silvi.addweb’s picture

For solving this issue do following changes on your css file.

.post-box,{
   float:none;
   width:auto;
   height:auto;
}

Let me know if you face any further query/concern regarding this.

Thanks!

sogstephen’s picture

Thanks patel. Maybe I have not expressed myself clearly.
While i want to create a verticle style view, i want to keep my front page as the original horzontal grid style.
Is that possible??