Andres
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Canard] Post Titles are indented (Canard)Thanks, Supernovia! That worked. I left the first code as is, but added yours right after, so it went like this:
-
#main {
width: 100%;
border: none;
}
#main .entry-header {
width: 900px;
}It worked perfectly. Thanks for helping me out. Quick question, how’d you know to use 900px for the width?
Forum: Themes and Templates
In reply to: [Canard] Post Titles are indented (Canard)Here’s all the code I have so far:
.site-info{
display:none;
}
/* Remove sidebar on Canard theme */
#main {
width: 100%;
border: none;
}
#secondary {
display: none;
}
.page .content-wrapper {
padding-left: 60px;
}@media screen and (min-width: 960px) {
.comments-area {
margin-right: 0;
}
}@media screen and (min-width: 1380px) {
.entry-footer {
width: 100%;
float: right;
}
.entry-content {
width: 100% !important;
}
}- This reply was modified 6 years, 1 month ago by Andres.
Forum: Themes and Templates
In reply to: [Canard] Post Titles are indented (Canard)Thank you, Jarret.
I tried the code, but it didn’t work.
You can see a screenshot here: