Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #504917

    Hello,

    I have question about blog site. How can I delete small preview without affecting content area width? I’m using single post style/ single post with big preview image and I don’t want small preview to be there. With this code below I deleted small preview, but content area become smaller

    /* Blog Posts */
    .post div.blog-meta a {
    display: none;

    I would ask you for the right code. If you didn’t understand me, please see pictures below.

    https://www.dropbox.com/s/jzssqkjnfc1gvbq/prscr1.jpg?dl=0
    https://www.dropbox.com/s/rdy7mlnou9y9t28/prscr2.jpg?dl=0

    Thank you.
    Best regards,
    Marijana

    #504982

    Hey Marijana74!

    If you hide the small preview pic with CSS then it’s not going to affect the width of your site.

    .blog-meta { display: none !important; }
    

    I’m not really sure I understand what your trying to do in your screenshots.

    Cheers!
    Elliott

    #505001

    Hi Elliott!
    problem solved with this code.

    Thank you!
    Best regards,
    Marijana

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog’ is closed to new replies.