Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1316118

    Hi,
    we have the shortcode on a page https://www.gressmann-von-witzleben.de/immobilienbewertung/ under the headline “Immobilienbewertung in Winsen”

    the iframe is in the code, but it’s not visible for the user, perhaps because the width is 0 ?!

    We are using Version 1.4.1 and no cache Plugin. Our Theme is enfold.

    many greetings rixi

    #1316592

    Hey rixi,
    Thank you for your patience, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .realEstateRatingContainer {
    	width: 100%;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1316594

    Hello Mike,
    perfekt, it works now!!! Thanks a lot!!!!
    How can i make it that it is more left instead centered?

    Many greetings rixi

    #1316608

    Hi,
    Glad this helped, your iframe is aligned under your button group and fills the column, so it is not centered, your KONTAKT column is holding this column to the right. So I’m not sure how you want to see this, perhaps you can include a screenshot of what you would like to see.

    Best regards,
    Mike

    #1316613
    This reply has been marked as private.
    #1316617

    Hi,
    Do you mean move the “Haus” button over? Please see the screenshot in the Private Content area.
    This can’t be done because it is inside the iframe, you can’t control content inside an iframe.

    Best regards,
    Mike

    #1316625
    This reply has been marked as private.
    #1316638

    Hi,
    Sorry I’m not understanding, the screenshot is what I see on my desktop, is it different on your desktop? If so please add a screenshot so I can see how you see it.

    Best regards,
    Mike

    #1316645
    This reply has been marked as private.
    #1316731

    Hi,
    Oh I see, please try changing the css to this instead:

    .realEstateRatingContainer {
        width: 100%;
        float: left;
    }

    Best regards,
    Mike

    #1316801

    Hi Mike,
    absolut perfect!!!!

    Thanks a lot,
    rixi

    #1316818

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Code is not visible on frontend’ is closed to new replies.