Hi,
I was wondering if there is a way to use another stack’s blog index page layout with my current stack
or
even better a way to simplify the blog layout without rewriting the whole php template?
Can I do this easily if i upgrade to X pro?
The reason I’m asking is, I"m trying to make my news (blog category page) look like more like this blog https://www.clarfeld.com/perspectives-blog-summary/ . And I was wondering if there is an easy way to do this that already exists in X .
I tried shrinking the photos with this code but its not working but really my goal is to make my blog index page look more link this blog https://www.clarfeld.com/perspectives-blog-summary/
so i would need to shrink the photos and align left and align the text boxes to be next to the photos
/* shrink photos blog/
.single-post .entry-featured {
max-width: 300px; /Adjust this value accordingly/
margin: 3% auto 0;
}
thanks