ahughes3 Posted May 27, 2015 Report Posted May 27, 2015 I have searched through the phpvms files for a couple of hours now but I still can't find anything that relates to changing the width of the live flight map. The code I have in the main template file is: style="width:<?php echo Config::Get('MAP_WIDTH');?>; I am trying to work out where the "map_width" setting is coming from, but had no luck so far. Anyone know where to find it? Quote
StartVM Posted May 27, 2015 Report Posted May 27, 2015 I would recommend making it a percentage assuming you have some kind of responsivness in your design. Quote
mseiwald Posted May 27, 2015 Report Posted May 27, 2015 Yeah i'm always Setting it to 100% on all sites i create and then of i need a smaller width somewhere i just adjust the container size. Quote
ahughes3 Posted May 27, 2015 Author Report Posted May 27, 2015 Yep got it set to 100% now Thanks guys Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.