Localize o código abaixo no seu html e APAGUE o que estiver em vermelho e ACRESCENTE o que estiver em azul. (ESTA MODIFICAÇÃO É PARA OS LAYOUTS QUE POSSUEM BARRA LATERAL À DIREITA. CASO A BARRA ESTEJA NA ESQUERDA, ALTERAR .main-inner .column-left-inner)
/* Tabs
----------------------------------------------- */
.tabs-inner {
margin: 1em 0 0; {O primeiro número é a distância entre a imagem do cabeçalho e o inicio das postagens. Apagar tudo para retirar o espaço e acrescentar o que tiver em azul, em "main-inner" para regular}
padding: 0;
}
.tabs-inner .section {
margin: 0;
}
.tabs-inner .widget ul {
padding: 0;
background: $(tabs.background.color) $(tabs.background.gradient) repeat scroll top center;
}
.tabs-inner .widget li {
border: none;
}
.tabs-inner .widget li a {
display: inline-block;
padding: 1em 1.5em;
color: $(tabs.text.color);
font: $(tabs.font);
}
.tabs-inner .widget li.selected a,
.tabs-inner .widget li a:hover {
position: relative;
z-index: 1;
background: $(tabs.selected.background.color) $(tabs.selected.background.gradient) repeat scroll top center;
color: $(tabs.selected.text.color);
}
/* Headings
----------------------------------------------- */
h2 {
font: $(widget.title.font);
color: $(widget.title.text.color);
}
.main-inner h2.date-header {
font: $(date.font);
color: $(date.text.color);
}
.footer-inner .widget h2,
.sidebar .widget h2 {
padding-bottom: .5em;
}
/* Main
----------------------------------------------- */
.main-inner {
margin-top: -20px; {Acrescentar para reduzir o espaço entre o cabeçalho e o início das postagens. Pode modificar o número para regular a distância entre os dois}
padding: $(content.padding) 0;
}
.main-inner .column-center-inner {
padding: $(content.posts.padding) 0;
}
.main-inner .column-center-inner .section {
margin: 0 $(content.posts.padding);
}
.main-inner .column-right-inner {
margin-left: $(content.padding); {Apague para tirar a margem esquerda do TEXTO da barra lateral}
}
.main-inner .fauxcolumn-right-outer .fauxcolumn-inner {
margin-left: $(content.padding); {Apague para tirar a margem esquerda da barra lateral}
background: $(widget.outer.background.color) $(widget.outer.background.gradient) repeat scroll top left; {Apague para retirar o fundo branco que contorna a barra lateral}
}
.main-inner .column-left-inner {
margin-right: $(content.padding);
}
.main-inner .fauxcolumn-left-outer .fauxcolumn-inner {
margin-right: $(content.padding);
background: $(widget.outer.background.color) $(widget.outer.background.gradient) repeat scroll top left;
}
.main-inner .column-left-inner,
.main-inner .column-right-inner {
padding: 15px 0;
}