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.
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
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
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
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
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
Hi!
Please change my code to following one
.issuuembed.issuu-isrendered {
width: 100%!important;
}
Best regards,
Yigit
Hi Yigit
Thank you so much, that worked. Although I also had to give it a height.
All the best,
Corina