css
-
hello,
I am tying to do some styling. I have checked previous support which gave me a clue, but I still can quite get it.
using the inspector I can find
#iframely-content {
width: 100%;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}which I add
text align; center;
which centres pinterest embeds when using chrome inspector.
I am happy to centre all embeds, but I haven’t been able to get this right either using iframe css in custom css either.
using the css above in custom css, it doesn’t pick up the stylings even with !important. I am at a bit of a dead end on this. Can you help me on this one?
Thanks
- The topic ‘css’ is closed to new replies.