Any chance to remove te sidearea ?

  • Hi !
    Love chunk theme, but i’d like to remove all the side area/column
    I dont want to see anymore ‘poster un commentaire’ ’20/06/2014′ or even the name of categorie… nothing wrote in this area.

    Is this possible ?

    Thx a lot !

    The blog I need help with is: (visible only to logged in users)

  • Have you gotten this sorted? Looks like you’ve added some custom CSS that accomplishes that:

    #contents {
    	background-color: #FFFFFF;
    	border-left: 1px solid #CCCCCC;
    	height: auto;
    	margin-left: 199px;
    	padding-bottom: 10px;
    }
    
    .hentry .entry-meta .date {
    	display: none;
    }
    
    #contents {
    	margin-left: 0;
    	border-left: none;
    }
    
    .hentry .main {
    	width: 770px;
    }
    
    .entry-meta {
    	display: none;
    }
  • The topic ‘Any chance to remove te sidearea ?’ is closed to new replies.