Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #280749

    Hi 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!
    Yigit

    #474833

    Can 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=0

    #474860

    Hey!

    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!
    Yigit

    #475110

    Guys, 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

    #475228

    Hi!

    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!
    Rikard

    #475299

    Excellent 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

    #475578

    Hey!

    Thanks for the kind words and glad we could help :-)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog post formatting’ is closed to new replies.