Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #422918

    Hi

    I’ve upgraded my site to the Enfold and am recreating the posts so they look good in the new theme.

    The problem is that if I use the fixed width/height ration it is not responsive.

    If I use the wordpress embedd link, it is far too big on the page and overflows and adds a ridiculous amount of width/height pixels to the .element if I check in firebug.

    http://smore.is/we-are-one/

    Would you have any experience in how to make the embedded content responsive, so it looks nice on a ipad/iphone and computer?

    Thanks so much.
    Corina

    #423014

    Hey Corina!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) {
    .issuuembed.issuu-isrendered {
      width: 100%!important;
    }}

    Best regards,
    Yigit

    #423308

    Hi Yigit

    Thank you so much for getting back to me even over Easter…. you guys are awesome.

    Unfortunately the css doesn’t seem to work or then I did something incorrectly :( Added it to the General Styling tab (Quick CSS)…. but there’s no change to how it looks on screen…

    Happy Easter, Corina

    #423402

    Hi!

    It’s looks responsive on my end, could you try to empty your browser cache and reload a few times to see if that helps?

    Cheers!
    Rikard

    #423444

    Hi Rikard

    Did that and it still looks weird on my large screen… (it’s perfect on my mobile devices)…. I cleared cache on all browsers and tested on safari, chrome and firefox, all latest versions… and it looks like in this screenshot:

    https://dl.dropboxusercontent.com/u/1599879/kriesi/2015-04-04_22-52-21.jpeg

    Thanks so much.
    All the best,
    Corina

    #423937

    Hi!

    Please change my code to following one

    
    .issuuembed.issuu-isrendered {
      width: 100%!important;
    }

    Best regards,
    Yigit

    #425103

    Hi Yigit
    Thank you so much, that worked. Although I also had to give it a height.
    All the best,
    Corina

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Embedding Issuu publication’ is closed to new replies.