Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    As I can see the display problem is generated by your Theme CSS file (starter.css) where the width of the iframe is forced to 100%:

    embed, iframe, object, video {
    width: 100% !important;
    }

    You should remove that class and the display will work fine.

    Bye,
    Matteo

Viewing 1 replies (of 1 total)

The topic ‘Display Problem on all page’ is closed to new replies.