Okay
  Public Ticket #3122765
Embed height in unit not changing
Closed

Comments

  • pradhan_2955 started the conversation

    While embedding pdf, facing height issue.  it remains unchanged even if you specify a height parameter. 

  • [deleted] replied

    ok please share how are you embedding it ? 

    did you try this in front end ?

    https://prnt.sc/iaJcVLsY4438

  • pradhan_2955 replied

    Thanks for the support.

    Tried the way you suggested and it is working fine, however embeded pdf is not getting displayed on the right hand side.  All Sections and units are getting dipayed at full width and pdf is appearing at the bottom. 

  • [deleted] replied

    Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css : 


    @media(min-width:926px){
        .course_status .course_timeline{
            flex: 1 0 25%;
        }
        
        .course_status .course_content{
            flex: 1 0 75%;
            width: 75%;
        }
    }


  • pradhan_2955 replied

    Thanks, Please close this topic.