Tagged: enfold
Dear Support,
Is it possible to make the blog width fullscreen? I would really like it to look more light and not so center’ish?
Link: http://ips-group.dk/vindmoelleindustrien/
Hey!
This will do it:
@media only screen and (min-width: 768px) {
div.container.template-blog, div.container.template-blog .content, .div.container.template-blog, div.container.template-blog .content .standard-content, .div.container.template-blog, div.container.template-blog .content .entry-content, div.container.template-blog .content .entry-footer {
width: 98% !important;
max-width: none !important;
}
.content{
padding: 0 20px;
}
}
Best regards,
Josue
Hi Josua,
Sorry, but that dont do the trick.
Actually it really looks rather bad and it also mess up the pages headlines, by pushing them all the way to the top of each page.
All I really want is for the blog page to show each post like in a normal blog setup. Lines starting from the left to the right, centered as the rest of the pages, with a picture in the top of each post!
Do I make sense? :)
Hey!
Try with this instead:
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > *{
max-width: none !important;
}
Result:
Best regards,
Josue
Perfect Josue :) Thx
Can I possibly make the font size less large – it looks larger than “normal” text on my site?
Hi!
This will do it:
.entry-content {
font-size: 14px;
}
Cheers!
Josue
Great :)