Viewing 5 replies - 1 through 5 (of 5 total)
  • PetraP

    (@petrap)

    Hey,

    thanks for reaching out! To be completely honest, that is quite the customization but if you can give me a link to your blog I will take a look and see what can be done.

    Looking forward to your reply,
    Petra

    Thread Starter WPUser

    (@renik)

    Thread Starter WPUser

    (@renik)

    Hi,

    so I tried to edit CSS, result is fine but thumbs are stretched.. Any way to fix thumbs?
    https://wavemag.royalmedia.sk/plus/mix-of-the-week-by-duca/

    PetraP

    (@petrap)

    Hey,

    go to plugin’s settings and in the custom CSS box replace that code with the following one:

    .related_post_title {
    }
    ul.related_post {
      -moz-column-count: 2 !important;
      -moz-column-gap: 18px !important;
      -moz-column-rule: 0 solid #ccc !important;
      margin: 0 0 18px !important;
      padding: 0 !important;
    }
    
    ul.related_post li {
      height: 300px !important;
      list-style: outside none none !important;
      margin: 0 !important;
      overflow: hidden !important;
      padding: 0 0 10px !important;
      width: 350px !important;
    }
    
    ul.related_post li a.wp_rp_thumbnail {
      display: block !important;
      float: left !important;
      margin: 0 10px 0 0 !important;
      overflow: hidden;
      padding: 0 !important;
      width: 350px !important;
    }
    
    ul.related_post li img {
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
      border: medium none !important;
      border-radius: 3px !important;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
      display: block !important;
      float: none !important;
      height: 150px !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 350px !important;
    }

    It should look something like this: screenshot.

    For more tweaks I am going to need an access to your blog I am sorry to say.

    Let me know what you think, take care and have a lovely day,
    Petra

    Thread Starter WPUser

    (@renik)

    Thank you but why are thumbs images stretched?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customizing two columns’ is closed to new replies.