• Resolved martinbrucker

    (@martinbrucker)


    Hello,

    I’m currently experiencing a width problem with the PDF-Embedder-Toolbar, I think it’s because of the template i’m currently using, but still, after edeting the CSS in the “pdfemb-embed-pdf-4.4.1.css” document, the width is still 100%.

    Is there any fix for this?

    Images

    Best Regards,
    Martin Brucker

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @martinbrucker,

    What theme are you using? I would try placing a parent div around the embedded viewer to see if that contains the toolbar and/or try setting the maximum width for the viewer within the plugin settings to match the value of your column width.

    Thread Starter martinbrucker

    (@martinbrucker)

    Hello,
    thanks for your support, i found the solution in adding the following to the custom css of my wordpress:

    div.pdfemb-toolbar {
    	width: 38% !important;
    }
    
    div.pf-content{
    	width: 900px !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘div.pdfemb-toolbar width’ is closed to new replies.