Hello, I had reached out about getting CSS from you with reference to formatting a post page. The intention was to have the featured image float to the right.
Here was the response:
.single .entry-thumb {
width: 50%;
margin-right: 3%;
float: right;
}
I want you to change it to:
.single .entry-thumb {
float: left;
}
My question is this, can we teak the css to make it so the mobile view is more friendly?
Here is a link to one of the posts.
Thanks!