• Resolved noahlievable

    (@noahlievable)


    Hey Ben, I already have my article titles above my featured images on my home page but I seem to be having trouble with the CSS for making the title above my featured images on the actual posts themselves, can you help me out?

    Thank you,

    (mission news pro user)

    noahlievable

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey,

    I just saw your other post, so let me copy the code here too:

    .single .entry article {
      display: flex;
      flex-direction: column;
    }
    .single .entry .post-header {
      order: 1;
      margin-top: 0;
    }
    .single .entry .featured-image {
      order: 2;
    }
    .single .entry .post-content {
      order: 3;
    }
    .single .entry .post-meta {
      order: 4;
    }
    .single .entry .more-from-category {
      order: 5;
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter noahlievable

    (@noahlievable)

    Awesome it worked great. Thanks Ben!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Article Titles Above Fea Images on Post’ is closed to new replies.