Viewing 5 replies - 1 through 5 (of 5 total)
  • Try this:

    /* Thumbnail Left */
    .post .tc-thumbnail {
    float: 		left;
    }
    /* Post Content Right */
    .post .tc-content {
    float: 		right;
    }

    Thread Starter alkpurusha

    (@alkpurusha)

    Entered this suggestion in CSS Editor. Didn’t have any effect.
    Any further suggestions?

    Line 22 in your style sheet has:

    .row-fluid [class*="span"] {
      -moz-box-sizing: border-box;
      display: block;
      float: none;
      margin: 0 auto;
      min-height: 30px;
      width: 100%;
    }

    Remove the width:100%; and sit back & enjoy!

    Thread Starter alkpurusha

    (@alkpurusha)

    Yes! Finally it’s been cracked. Thanks!

    Great! Assuming it is resolved, can you set this as [resolved] please. (Dropdown in right sidebar) Helps monitoring what problems are still outstanding. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home page posts layout’ is closed to new replies.