Width of sidebar

Permalink
I have a google map here on the right sidebar.
http://gotimetrekkers.com/concrete5/index.php/richard-iii-test-7...

As you can see, the map extends beyond the sidebar.

Two things I need to do.
1/ Make sure the Google map does not extend beyond the width of the sidebar.
and
2/ Increase the width of the sidebar. It's a touch thin for my needs.

Thanks
P

 
Kurtopsy replied on at Permalink Reply
Kurtopsy
Hi PJSAndo,

Looks like there isn't a width applied to the Google Map. I put 100% and it stayed within the sidebar.

To make the sidebar wider, I would change your divs from this:
<div class="small-12 medium-8 large-9 columns"></div>
<div class="small-12 medium-4 large-3 columns"></div>

to this:
<div class="small-12 medium-7 large-7 columns"></div>
<div class="small-12 medium-5 large-5 columns"></div>

That will make the main content area thinner and the sidebar wider.

Hope that helps!
PJSAndo replied on at Permalink Reply
Thanks