Is there a way to adjust the left side margine on pages that we create.

Currently there is approx 40px of margine space.

I would like to have the ability to adjust this all the way to 0px.

 

Example: If I use the html box to drop in this code below and I'm left with a huge left margin that I don't want:

<table width="100%" border="2" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#FFFF00"><div align="left">Just some basic content to show the left side margin on a created page. </div></td>
  </tr>
</table>

 

See how my left banner add is set far off the left edge of its page. All content is wrapped inside a <table>.

Views: 31

Replies to This Discussion

I need to see the actual page, or I really don't know. =)

Best,

Jen

Hey Jen,

You'll need to sign-up/in to view the page/s.

Here is one of them:

http://surfer-shot.com/page/hd-surfcam-pacific-beach

Basically if you create a page and place this code in you'll see that there is about a 40px margin on the left side:

<table width="100%" border="2" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#FFFF00"><div align="left">Just some basic content to show the left side margin on a created page. </div></td>
  </tr>
</table>

 

But you're welcome to signup. With the link above you'll have a good live view of Pacific Beach in San Diego!

I don't see the 40 pixel spacing on my new page, unless I still don't understand. If you agree, it's your CSS specifically.

http://jensocial.com/page/test-4scott

Unless you mean the spacing between content and edge of #xg_body? If yes, I suppose you could try something like:

.wpage {
    margin-left-20px !important;
}
But it will do the same on all pages. "wpage" should be a class for pages only, but don't remember for sure. If you use it, make sure it doesn't effect pages like Groups, etc...
Best,
Jen

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips