Thomas,
Erstat alt det CSS du pastede med CSS blokken nedenunder. Jeg rettede én fejl, der kunne forårsage problemer, og nogle småting.
Hvis du førhen pastede min forrige kode i bunden af Custom CSS Manager plugin'ets CSS fil, ville det ikke have virket.
.page .entry-title {
display: none;
}
.entry-content td,
.comment-content td {
border: 0;
}
.site-info {
display: none;
}
.main-navigation ul.nav-menu {
text-align: center;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
border-radius: 0 !important;
box-shadow: none !important;
}
.main-navigation ul.nav-menu.toggled-on {
background-color: #aaf;
padding: 0 1px;
}
.site-header h1 {
line-height: 0;
margin-bottom: 0;
}
.col {
float: left;
width: 31.66%;
margin-left: 2.5%;
overflow: hidden;
}
.col:first-child {
margin-left: 0;
}
@media screen and (max-width: 480px) {
.col {
width: 100%;
margin: 20px 0 0;
}
.col:first-child {
margin: 0;
}
}