Site logo

Archived topic

Blog Page Changes

10 replies · Started by Sebastián on August 15, 2017

Viewing posts 1–11 of 11

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.

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!

This archived topic is closed to new replies.