ahughes3 Posted May 27, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
mseiwald Posted May 27, 2015 Report Share Posted May 27, 2015 It's in the local.config.php Quote Link to comment Share on other sites More sharing options...
StartVM Posted May 27, 2015 Report Share Posted May 27, 2015 I would recommend making it a percentage assuming you have some kind of responsivness in your design. Quote Link to comment Share on other sites More sharing options...
mseiwald Posted May 27, 2015 Report Share 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 Link to comment Share on other sites More sharing options...
ahughes3 Posted May 27, 2015 Author Report Share Posted May 27, 2015 Yep got it set to 100% now Thanks guys Quote Link to comment Share on other sites More sharing options...
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.