Daniel Posted December 4, 2010 Report Share Posted December 4, 2010 Do you know the side bar on the left. New Pilot's etc. It is aligned to the right a little. Well i would like it a bit more to the left. Where abouts can i edit that? thanks Daniel www.pashairvirtual.co.uk Quote Link to comment Share on other sites More sharing options...
James142 Posted December 4, 2010 Report Share Posted December 4, 2010 Do you know the side bar on the left. New Pilot's etc. It is aligned to the right a little. Well i would like it a bit more to the left. Where abouts can i edit that? thanks Daniel www.pashairvirtual.co.uk Im sure you could edit it in your style.css file.. Quote Link to comment Share on other sites More sharing options...
James142 Posted December 4, 2010 Report Share Posted December 4, 2010 Do you know the side bar on the left. New Pilot's etc. It is aligned to the right a little. Well i would like it a bit more to the left. Where abouts can i edit that? thanks Daniel www.pashairvirtual.co.uk Im sure you could edit it in your style.css file.. Quote Link to comment Share on other sites More sharing options...
Daniel Posted December 5, 2010 Author Report Share Posted December 5, 2010 I have looked in there and I am not too sure. I tried a few things out but no luck. Could you possibly guide what part i have to edit? thanks Quote Link to comment Share on other sites More sharing options...
James142 Posted December 5, 2010 Report Share Posted December 5, 2010 I have looked in there and I am not too sure. I tried a few things out but no luck. Could you possibly guide what part i have to edit? thanks In the stylesheet.css look for .mcleft { float: left; width: 207px; margin-left: 15px; /* margin-left: 7px; */ background-color: White; } And replace the margin-left: 15px; to margin-left: 10px; or something Let me know if that works, James Quote Link to comment Share on other sites More sharing options...
Daniel Posted December 5, 2010 Author Report Share Posted December 5, 2010 ok will do thanks Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted December 7, 2010 Report Share Posted December 7, 2010 I am having the same issue. I tried every thing I could try and it still will not move left. I did get the main menu to scoot over to the left but that is it so far. Thanks for bringing that up Daniel. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted December 7, 2010 Moderators Report Share Posted December 7, 2010 Guys it took me months, its the div its sitting in, is it .li? cant remember off the top of my head but i removed it and everything was fine. Quote Link to comment Share on other sites More sharing options...
Daniel Posted December 7, 2010 Author Report Share Posted December 7, 2010 nope didn't work James! any other ideas? np TAV1702 thanks Daniel Quote Link to comment Share on other sites More sharing options...
James142 Posted December 9, 2010 Report Share Posted December 9, 2010 nope didn't work James! any other ideas? np TAV1702 thanks Daniel I can get the main menu to move over but not the rest. I think you might have to add something to the .css file. Ill have a go and if i find it ill show you, regards, James Quote Link to comment Share on other sites More sharing options...
James142 Posted December 9, 2010 Report Share Posted December 9, 2010 Try this: In the stylesheet.css file look for: .mc01cc { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; width: 205px; overflow: hidden; background-color: #f0f0f0; } And change it to: .mc01cc { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; width: 205px; padding-left: 1px; overflow: hidden; background-color: #f0f0f0; } Quote Link to comment Share on other sites More sharing options...
Daniel Posted December 9, 2010 Author Report Share Posted December 9, 2010 (edited) ok, i will try it out now. that didn't work i am afraid. Edited December 9, 2010 by Daniel 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.