Archived topic
Blog Page Changes
10 replies · Started by Sebastián on August 15, 2017
Is it possible to make my blog look similar to this? http://i.imgur.com/Bk1i8FH.png
I really like the structure (don't like the small size of the images though)
My current blog page: https://www.mmarketingonline.com/blog/
Image: http://i.imgur.com/9zuYvUZ.png
Thanks
Which specific part of it? The full width continue reading button?
Yes! and the layout in general, i know i have to put a grey background for example but it doesn't look the way i want to. Example: http://i.imgur.com/YpAAaE2.png
I fixed the layout, i would like the full width continue reading button
Try this:
.read-more-container {
clear: both;
}
.read-more-container a {
display: block;
text-align: center;
background: red;
color: #fff;
border-radius: 5px;
padding: 10px;
}
Worked great Tom! Now im just missing the hover code.
Thanks!
The once i clicked changed the color, i don't want that.
Found the hover code so don't worry about that.
Another thing,
Featured images look misaligned with the excerpt: http://i.imgur.com/BI188Hd.png
I would like to move them a little bit "Inside" like this: http://i.imgur.com/XIRQDNa.png
Thanks again and sorry about all my doubts!
Try this:
.post-image-below-header.post-image-aligned-left .post-image {
margin-top: 10px;
margin-right: 15px;
}
PERFECT! Thank you so much
Glad we could help!