Boxed Posted in : Responsy LaurensTParticipant 21 November 2012 at 18:30 #2433 How can i get the boxed version? I do not see it in de documentation ahmetsaliKeymaster 21 November 2012 at 18:34 #2434 Hi, i updated live preview after added boxed layout but have not released the update yet. Here is the css for boxed layout, boxed.css ; /* BOXED LAYOUT */ /* custom body background */ body { background:url(../img/background/books.jpg) 0 0 no-repeat fixed; background-size:cover; } /* boxed layout */ body { overflow-x:hidden; } .container { position:relative; background:#fff; } .container:before, .container:after { display:block; content: ""; position: absolute; top: 0; width: 40px; height: 100%; background: #FFFFFF; } .container:before { left: -40px; } .container:after { right: -40px; } /* boxed footer */ .footer { padding:0; border:0; } .footer .container { padding-top:50px; padding-bottom:30px; border-top: 2px dashed #ddd; } .footer .container:before, .footer .container:after { top:-2px; border-top:2px solid #fff;} LaurensTParticipant 21 November 2012 at 20:22 #2435 And that does the trick indeed. Thank you! welldesignParticipant 28 November 2012 at 12:38 #2556 Hello, thank you for boxed layout version, but when the news release of the html theme will be? Is any new features will be? I’m looking forward. Thank you. ahmetsaliKeymaster 28 November 2012 at 14:00 #2560 Yes, i am thinking to add some new features if i get enough time, it will be released maybe in one or two week. mintsrbijaParticipant 29 November 2012 at 20:35 #2573 Great i cant wait :) Viewing 6 posts - 1 through 6 (of 6 total) The forum ‘Responsy’ is closed to new topics and replies.