fixed size for the post preview in magazine-layout

  • Author
    Posts
  • #39640

    Hi everyone,

    Could you help me? I need to set a fixed size for the post preview for magazine layout. How can I do it?
    I tried to change Custom CSS with this code below but it doesn’t work…

    .article.post, article.page, article.hentry {
        high: 150px !important;
        
    }

    and

    .magazine-layout #content article.post, .magazine-layout.search #content article {
        high:150px !important;
    }
    • This topic was modified 8 years ago by wwwww.
    #39701

    I am not the expert, but the problem I see is that there is no CSS Property “high”, change it to “height”.
    I did not look to see if the classes you selected are correct.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘fixed size for the post preview in magazine-layout’ is closed to new replies.