-
AuthorPosts
-
June 18, 2014 at 9:02 pm #280743
Could you please let me know:
1. What the the css would be to change the blog post formatting?
I would like it to be the same as the p tag (i.e, font size and not justified both sides).2. Also, could you let me know how to remove the meta elements — I have them unchecked in the theme options Blog Layout but they are still showing on the excerpt on sidebar.
As always, many thanks. You guys are the best!
June 18, 2014 at 9:09 pm #280749Hi kimchan2!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; } span.post-meta-infos { display: none !important; }
Cheers!
YigitJuly 17, 2015 at 11:53 am #474833Can I get a Portfolio Small (260×185) image to the LEFT of the title and copy on the Blog Listing?
Hi there, I thought this Topic was regarding the same issues/questions that I’m having. I hope this is the right place to put it.
I would like to know how to get a certain look in the blog listing layout that I can’t figure out how to do with the editors that are available. I would like to use something around the image size of the ‘Portfolio Small (260×185)’ but then have the title and copy next to it on the right. The only way I can currently do that layout is with a tiny little image to the left.
Image of what I would like it to look like.
https://www.dropbox.com/s/s5jy0uisktyccr9/what-i-would-like.jpg?dl=0July 17, 2015 at 12:33 pm #474860Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-19 .big-preview { float: left; width: 40%; } .page-id-19 article .entry-content-wrapper { float: left; width: 60%; }
Cheers!
YigitJuly 17, 2015 at 6:23 pm #475110Guys, that is PERFECT… (for the desktop view).
But I’d still like it to dynamically resolve for mobile and put the image over the title and excerpt like it normally would.Is there a (mobile) css to put in there that says when the width shrinks it adjusts as usual?
Brian
July 18, 2015 at 10:07 am #475228Hi!
Please try the following as well:
@media only screen and (max-width: 767px) { .page-id-19 .big-preview { float: left; width: 100% !important; } .page-id-19 article .entry-content-wrapper { float: left; width: 100% !important; } }
Cheers!
RikardJuly 18, 2015 at 9:19 pm #475299Excellent once again! That did it. Many thanks.
Can’t wait to purchase another license of Enfold for any new customer. It’s so versatile… Love it!Brian
July 20, 2015 at 7:09 am #475578 -
AuthorPosts
- The topic ‘Blog post formatting’ is closed to new replies.