-
AuthorPosts
-
October 19, 2013 at 1:58 pm #177873
Hello,
is possible to display the post images in a medium size? Small is too small and too big in size. Excerpt should then be of the right picture, not underneath.October 20, 2013 at 3:45 pm #178060Hi JochenBake!
You can choose “Single Author, big Preview Pic” as your Blog Style in Enfold theme options > General Settings then add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.big-preview.single-big { width: 70%; }Regards,
YigitOctober 20, 2013 at 5:25 pm #178111Thanks for the help,
Now the text is below the post image, but it should be right next to it!I hope you understand me?
On the home page is a category with excerpt. This image is supposed to be medium-large and to the right of the text.
http://windows-tipps.com/startseite/
-
This reply was modified 12 years ago by
JochenBake.
October 21, 2013 at 4:09 am #178247Hi!
Please add this on your custom.css or Quick CSS:
.big-preview.single-big { float: left; width: 50%; margin-right: 20px; }Remove browser cache then reload the page.
Regards,
IsmaelOctober 21, 2013 at 3:32 pm #178441Thanks for the great help,
that looks at the Top of desktop good, but if the item is opened it does not fit.Also it looks now on the phone from ugly.
http://windows-tipps.com/ft-hof-vfb-moschendorf-41-00/
-
This reply was modified 12 years ago by
JochenBake.
October 21, 2013 at 5:38 pm #178532Hi!
You can add following code to Quick CSS
@media only screen and (min-width: 768px) {.page-id-207 .big-preview.single-big { float: left; width: 50%; margin-right: 20px; }}This is just modified version of Ismael’s code. It will show featured image and content next to each other only on screens wider than 768px and only on that current page. So in single blog page it will look like it was before applying the code
Best regards,
YigitOctober 21, 2013 at 5:46 pm #178537It also does not fit properly.
I want the next on the home page a medium-sized image with the text on the right.
If the Beitrg is clicked, then the image is to appear great.
-
This reply was modified 12 years ago by
-
AuthorPosts
- The topic ‘Medium-sized image for image post with excerp right’ is closed to new replies.
