Simple Portfolio Video Item Format - Question | JoomShaper

Simple Portfolio Video Item Format

PW

Pascal Wickert

Extension 2 months ago

Hello,

When using a video in Simple Portfolio, when clicking on the view button the modal has a large white right margin (https://saea-tlss.uottawa.ca/en/?option=com_sppagebuilder&view=page&id=760). is this normal?

My live environment: https://saea-tlss.uottawa.ca/en/home/tlss-portfolio

Thank you

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 months ago #148693

Hi there!

Thanks for reaching out.

I can visit this link: https://saea-tlss.uottawa.ca/en/home/tlss-portfolio

And the video popup window is looking good from my end. Please check the screenshot:

https://prnt.sc/pveVyL4bNE9x

https://prnt.sc/UFaoYHRIQAxx

Would you please give me a screenshot to understand your issue better?

Best Regards

0
PW
Pascal Wickert
Accepted Answer
2 months ago #148700

Hummm.. That's strange. I am seeing a large white right margin on every browser I use. In Safari the margin is narrower though?

I am using a MacBook pro.

Thank you!

0
PW
Pascal Wickert
Accepted Answer
2 months ago #148701

When I inspect the code I find this rule:

  • .featherlight .featherlight-content {
  • position: relative;
  • text-align: left;
  • vertical-align: middle;
  • display: inline-block;
  • overflow: auto;
  • padding: 25px 25px 0;
  • border-bottom: 25px solid transparent;
  • min-width: 30%;
  • margin-left: 5%;
  • margin-right: 5%;
  • max-height: 95%;
  • background: #fff;
  • cursor: auto;
  • white-space: normal;
  • }

When I rem this declaration: min-width: 30%, the white margin disapear.

0