hi. how can i center embedded youtube video
…and how can i center the icon (please scroll down)
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.postid-196 iframe {
display: table;
margin: 0 auto;
}
.postid-196 .avia-icon-pos-left {
float: inherit !important;
}
Best regards,
Rikard
Works., Thank you. how can i ge the postid? when i write a new post i hav to to this again or is there a better way?
Hi Alex,
You can see the post id in the URL when you are editing the post, or if you inspect the post in question on the front end, it will show the post-id class in the body tag. If you want this to apply site wide then simply remove the postid class from the CSS I sent.
Best regards,
Rikard