Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #730868

    hi. how can i center embedded youtube video

    #730870

    …and how can i center the icon (please scroll down)

    #730964

    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

    #731134

    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?

    #731369

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.