• justdude

    (@justdude)


    Hi,
    Does anyone know how its possible to retune embedded at WP pages previews of another pages from the same website? Align to Center? Change a background colour? etc?

    1) I already have try to add tags at Editor and its not work and even embedded preview disappear at front-end and even at back-end editor:
    <div style=”text-align:center”>embed-code</div>
    <p style=”text-align:center”>embed-code</p>
    <center></center>

    2) I already have try a custom CSS:
    .wp-embed, .blockquote, .wp-embedded-content {
    align-content: center;
    align-items: center;
    align-self: center;
    color: #111111;
    background: #222222;
    text-align: center;
    background-color: #333333 !important;
    margin-left: auto;
    margin-right: auto;
    }

    No one of them does not work.

    Anyone know how do this?

    • This topic was modified 6 years ago by justdude.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Joy

    (@joyously)

    If it’s an iframe, you won’t be able to do much styling.

    Thread Starter justdude

    (@justdude)

    WordPress+WooCommerce+Storefront+Deli. But it seems that this embedded pages previews are exist at all WP sites…? Anyway my own site does not matter.

    Any suggestions of those embedded pages previews styling? Maybe at some php files?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Embedded in-site pages preview retune’ is closed to new replies.