Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1205948

    Hi,

    The blog post (see below) shows the small preview pic centered over the blog title. Is it possible to position the small preview pic so that it is to the left of the title? I’ve attached images below to show what I mean.

    Thank you for your help!

    #1206328

    Hey designyvr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.home .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 20px;
    }
    .html_modern-blog #top.home .post-entry .blog-categories {
        margin-left: 100px;
        display: inline-block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1206395

    That is wonderful! Thank you so much for your help, Victoria!! :)

    #1206623

    Hi designyvr,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1207360

    Hi again Victoria,

    Thank you again for your help!
    I have a couple more questions about this same thread.

    Is it possible to make the small preview pic bigger, to 150 x 150px?

    Currently the small preview pic is floating to the left of the blog title; is it possible to have it float to the left of the excerpt instead? I’ve attached screenshots to show what I mean.

    Thank you!

    #1207853

    Hi designyvr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .fullsize .template-blog .blog-meta {
      width: 150px;
    }
    #top .fullsize .template-blog .blog-meta a {
      width: 150px;
      height: 150px;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1207950

    Thank you for your advice Victoria!!

    I added the CSS and adjusted it to 180 x 180px to make it slightly larger.

    In the Blog Posts element, I also adjusted the “custom preview image size” to 180 x 180px.

    However, the image appears with a rectangular format rather than a square, and has a gray gap at the bottom. Is there a way to have the image fill the 180×180 square completely?

    Thank you for your help!

    #1208288

    Hi designyvr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .fullsize .template-blog .blog-meta a,
     #top .fullsize .template-blog .blog-meta a img {
      width: 180px;
      height: 180px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1208643

    Hi Victoria,

    Thank you for your advice and for taking the time to create that screenshot!

    I tried your CSS and made some adjustments to create the square image, it’s looking good.

    One question, there is a gap between the blog title / category name and the start of the text excerpt wrapping around the image. Is it possible to reduce the space in that gap as shown in the screenshots below?

    Thank you, I think we’re all set after this!

    #1208663

    Hi,

    Add this to quick css:

    article .entry-content-wrapper .entry-content{
    margin-top:-30px!important;
    }

    Best regards,
    Jordan Shannon

    #1208669

    Jordan and Victoria, That works great.
    Thank you so much for the excellent support that you provide, as always!

    #1208670

    Hi,

    I’m glad this was resolved! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Blog Post – Small preview pic’ is closed to new replies.