Jump to content

Padding


Daniel

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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