Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I add space to the left of my body text?!


nathanresick

Recommended Posts

Posted

Wow, I don't mind helping a shop owner who is trying to set up their own shop but you are selling the skills needed to do this.

 

"We specialize in Custom E Commerce Data Base Applications, Software Development, Web Development, Graphic Design, Flash Development, Search Engine Marketing, Web Site Maintenance, "

 

You could try getting one of your specialists to do it for you or am I missing something here?

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
Wow, I don't mind helping a shop owner who is trying to set up their own shop but you are selling the skills needed to do this.

 

"We specialize in Custom E Commerce Data Base Applications, Software Development, Web Development, Graphic Design, Flash Development, Search Engine Marketing, Web Site Maintenance, "

 

You could try getting one of your specialists to do it for you or am I missing something here?

 

I'm a front-end web designer, I was hired to do photoshop, flash and some CSS. I don't know how to code PHP. We haven't hired a developer yet, and in the meantime I am having to figure some of this stuff out myself.

 

but if you would rather use this time to "put me in my place" or whatever go right ahead

Posted

Not trying to "put you in your place" but if not you, who did the CSS layout?

 

A quick fix, just looking at the source code, is to add a rule for paragraphs.

 

p {
 margin-left: 5px;
}

 

Adjust to suit or to give you an idea, if you want to get more in depth.

 

I like your flash header btw.

 

 

EDIT: Add the rule to your base.css - I forgot to mention that.

Posted
Not trying to "put you in your place" but if not you, who did the CSS layout?

 

A quick fix, just looking at the source code, is to add a rule for paragraphs.

 

p {
 margin-left: 5px;
}

 

Adjust to suit or to give you an idea, if you want to get more in depth.

 

I like your flash header btw.

 

 

EDIT: Add the rule to your base.css - I forgot to mention that.

 

OMG Thank you so much! You rock.

 

I didn't have to edit a lot of the CSS for this but anything more than cursory that's unique to us was done by this guy who is currently coding our own cart system from scratch. He is kinda in "the zone" so we try not to bother him.

 

Thanks again man!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...