This topic has 3 replies, 2 voices, and was last updated 10 years by Radu.

  • Author
  • #72814
     rakeshkalra1983
    Participant

    Hi

    On displaying archive of video posts (getting displayed in masonary format), posts first load with full height, and then get reduced to post size applicable to the page.

    Check this link to understand the issue I am talking about: http://www.thinkscholar.com/category/inspirational/videos/

    Regards
    Rakesh

    #72910
     Radu
    Moderator

    Hi,

    Add this css snippet to your theme options -> general settings -> quick CSS

    COPY CODE
    
    body.category-videos .post-content iframe {
        max-height: 150px;
    }
    

    Let me know if it works.

    Regards

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #73147
     rakeshkalra1983
    Participant

    This didn’t work. I still see the same issue.

    #73367
     Radu
    Moderator

    Try with important declaration

    COPY CODE
    
    body.category-videos .post-content iframe {
        max-height: 150px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?