• Resolved vrrebels

    (@vrrebels)


    Hello,

    On my site I want that all post in the standard content (below the flex slider) are showed like the flexslider.
    I mean:

    -large thumbnails
    -category date
    -large title
    -text excerpt

    Is it possible?

    Thank you !

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi vrrebels. Try this:

    1. Theme Options > Blog > Standard Blog List OFF

    2. Add this to your child theme style.css file:

    .post-list .post {
        width: 100%;
    }
    Thread Starter vrrebels

    (@vrrebels)

    Thank you bdbrown,

    Your code works but only if I remove my custom css :

    .pad {padding: 30px 120px 20px;}

    I added this css code because when I open a post, the text and thumbnails are too wide, I mean the width size of the post is too large.

    Is there a way to keep text and thumbnails in the post like it was with my padding and keep your code?

    Thread Starter vrrebels

    (@vrrebels)

    OK I solved my self the latest part!

    Thank you very much bdbrown!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home page standard content like flexslider’ is closed to new replies.