Jump to content

Recommended Posts

Posted

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

Posted

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..

Posted

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..

Posted

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

Posted

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.

Posted

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

Posted

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;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...