juliaprather Posted February 6, 2020 Share Posted February 6, 2020 Site URL: https://www.christysellstampa.com/search-mls Disclaimer: Total amateur at work I've inserted html IDX code into my site using a code block. The result should look like the first image attached here -- you should be able to see the entire search form with no scroll bar. No matter what I do, I can't get my site to show the whole search form. Instead, the site cuts off the search form and adds a scrollbar. Below is the code. Help, help! <iframe src="https://stellar.mlsmatrix.com/Matrix/public/IDX.aspx?idx=707e52cd" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0"></iframe> Link to comment
tuanphan Posted February 6, 2020 Share Posted February 6, 2020 add to Home > Design > Custom CSS @media screen and (min-width:641px) { div#block-yui_3_17_2_1_1580944765966_4151 .sqs-block-content { height: 700px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
juliaprather Posted February 6, 2020 Author Share Posted February 6, 2020 @tuanphan you are amazing! I've spent quite a bit of time in this forum and have used MANY of your solutions for 7.0. THANK YOU. Do I understand your services are available for hire? I'm sure I'll have lots more questions while adapting to 7.1. Here's how the search form turned out. I shortened the height to 500px because it hides some unnecessary stuff at the bottom. If this is as good as it's gonna get, I'll take it and be happy... but is there any hope of getting rid of the gray? This would look better as a half page with something else beside it, but so far I haven't figured out how to align things horizontally and side by side in 7.1 😠 Thanks again! Link to comment
tuanphan Posted February 6, 2020 Share Posted February 6, 2020 Hi Gray in iframe. We can't use CSS to change it. Where did you get that code? You can edit background there 😄 But i think you can reduce width & center it. Like this @media screen and (min-width:641px) { div#block-yui_3_17_2_1_1580944765966_4151 { width: 70%; margin: 0 auto; } } If you have more questions, you can post on SS forum. I still answer. But of course I only answer if I have free time. You can also send to my email, in the link below. I charge $50/hour. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
juliaprather Posted February 6, 2020 Author Share Posted February 6, 2020 @tuanphan YOU ARE THE BEST. Your centering code totally worked and while it doesn't look GREAT, it's will certainly do for now. I've saved your URL for future offline dedicated assistance. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.