Hi,
I display blog posts on my frontpage. In the Blog Styling is Default and Elegant. Can I make custom template like this below and where I have to customise it?
https://drive.google.com/file/d/0B-ZSV3IlCXZuQjB2eG9lUTVvZ1E/view?usp=sharing
Hi Dino!
Can you send us a link to your page so we can take a look? Your just trying to have the post entries expand fullwidth?
Cheers!
Elliott
Hi Elliott,
yes and I try to change the style of the read more button. And I would add some other buttons too like in the picture.
Hey!
Add this to your custom CSS.
.template-blog .entry-content-wrapper, .template-blog .entry-content-wrapper * {
width: 100%;
max-width: 90% !important;
text-align: left !important;
}
Best regards,
Elliott