Boxed

  • Posted in : Responsy
  • LaurensT
    Participant

    How can i get the boxed version? I do not see it in de documentation

    ahmetsali
    Keymaster

    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;}
    
    LaurensT
    Participant

    And that does the trick indeed. Thank you!

    welldesign
    Participant

    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.

    ahmetsali
    Keymaster

    Yes, i am thinking to add some new features if i get enough time, it will be released maybe in one or two week.

    mintsrbija
    Participant

    Great i cant wait :)

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Responsy’ is closed to new topics and replies.