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
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
Hello Mike,
perfekt, it works now!!! Thanks a lot!!!!
How can i make it that it is more left instead centered?
Many greetings rixi
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
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
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
Hi,
Oh I see, please try changing the css to this instead:
.realEstateRatingContainer {
width: 100%;
float: left;
}
Best regards,
Mike
Hi Mike,
absolut perfect!!!!
Thanks a lot,
rixi
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