Comments pradhan_2955 started the conversationSeptember 11, 2022 at 4:41pmWhile embedding pdf, facing height issue. it remains unchanged even if you specify a height parameter. [deleted] repliedSeptember 12, 2022 at 2:56pmok please share how are you embedding it ? did you try this in front end ?https://prnt.sc/iaJcVLsY4438pradhan_2955 repliedSeptember 21, 2022 at 1:08pmThanks 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] repliedSeptember 22, 2022 at 12:11pmPlease 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%; }}1 Likepradhan_2955 repliedOctober 16, 2022 at 4:43pmThanks, Please close this topic. Sign in to reply ...
While embedding pdf, facing height issue. it remains unchanged even if you specify a height parameter.
ok please share how are you embedding it ?
did you try this in front end ?
https://prnt.sc/iaJcVLsY4438
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.
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%;
}
}
Thanks, Please close this topic.