This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Olga Barlow
Hi there,
I need to set the format of the blog post at the home page to appear as
text on the left and image on the right.
How can we do this?
thanx
Hello,
Add the following code to page custom CSS http://prntscr.com/o1fope
@media only screen and (min-width:480px) {
.et-blog .content-timeline.post-grid .post-data {
width: 50%;
}
.et-blog .content-timeline.post-grid .wp-picture {
width: 50%;
float: right;
}
}
Regards
great
thanx
Hello,
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up