diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 5 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/position_map.js | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index 05b075ac5..5a5b442fd 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -102,7 +102,10 @@ body.twothirdswidthpage { .full-width { width: 412px; } .shadow-wrap { width: 412px; } -#map_box { width: 956px; } +#map_box { + width: 956px; + height: 600px; +} .content { width: 380px; } body.fullwidthpage .content { width: auto; } diff --git a/web/cobrands/oxfordshire/position_map.js b/web/cobrands/oxfordshire/position_map.js index 586b6822c..eb508b031 100644 --- a/web/cobrands/oxfordshire/position_map.js +++ b/web/cobrands/oxfordshire/position_map.js @@ -14,7 +14,7 @@ function position_map_box() { } var map_box_width = "956px"; - var map_box_height = "464px"; + var map_box_height = "600px"; // Do the same as CSS (in case resized from mobile). $('#map_box').prependTo('.wrapper').css({ zIndex: 1, position: 'absolute', |