-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding map and improving spacing #2
Comments
plz help we r poor |
It seems like we need to fix the div class anyway to optimize for mobile phones |
Hey there,
This is John Carlo, the original designer of the website.
To fix the map for mobile responsiveness you need to remove the height and
width definitions you've created. The specific height and width will always
force it to be that size and not work with the bootstrap framework, Looking
at my code I believe you can just remove the class "spacerb" from the
immediate div to release some of the space below. I've written the code to
fix both of these problems but it seems like someone has revoked my access
to the repository and I couldn't push it up so here's the code.
*Change the code from lines 94 - 105 to this code, and it should work.*
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-md-offset-3">
<p> While more established student housing co-ops tend to own
their property, we are a very young organization, and all of our houses are
rented from local landlords while we build capital to eventually purchase
our own house. Our houses are split
between two neighborhoods: Calvert Hills and Berwyn.
</p>
<div class="embed-responsive embed-responsive-4by3">
<iframe src="
https://www.google.com/maps/d/embed?mid=1Pfbi98pfXuiQqFD4M1QeJ79GuzQ" align
= "middle"></iframe>
</div>
</div>
</div>
</div>
…--
Hope this helps,
John Carlo
On Sun, Oct 14, 2018 at 9:30 PM akottkam ***@***.***> wrote:
It seems like we need to fix the div class anyway to optimize for mobile
phones
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdaLt5zqhVlaVrFMPqSDEIyzylKF2HmFks5uk-U3gaJpZM4XbcLo>
.
--
*John Carlo Mandapat*
Graphic Designer
www.johncarlo.co
|
Hi John Carlo, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Yvette! We need some help with our rudimentary coding skillz.... we want to reduce spacing below google map on "Houses" page (line 100) and still want the map to stay centered. Is there a way to change the div class to do this? No rush - just thought we'd ask you in your infinite github wisdom!
The text was updated successfully, but these errors were encountered: