Zen Cart Logo
Forums / Addon Sideboxes / Sidebox and Image Placement

Sidebox and Image Placement

Locked

Views: 1,581

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
8 Jan 2008, 6:25 PM
#1
davidc304 avatar

davidc304

New Zenner

Join Date:
Jan 2008
Posts:
34
Plugin Contributions:
0

Sidebox and Image Placement

Greetings,

I have done a bit of work to my site, and i was wondering how i could do this.

  1. I have the "blank sidebox" mod enabled as "services sidebox" on my site, but the text does not match with the alignment to the other default sideboxes. They seem left aligned?

I have hunted, and pecked and tried some things from the forums to no avail. Can i left align it as the other boxes are?

  1. Also, i have 1 item on the site for test under "technical services". When you have it open, the "add to cart" and "tell a friend" images are offset. I have tweaked around on some of the settings i have found, and moved it some, but not exactly where i want it.... Any ideas?

  2. And lastly, i have "tabbed lite" installed and working. But how can i get rid of the lines at the bottom of the page, it follows the description under all of the tabs...

Please forgive me, i am learning as i go and have learned a lot. I am still trying to get the correct files down that i need to edit to do some of these, probably simple to most, things.... These forums and Zen cart are awesome, thanks guys.

heres the link, sorry http://www.comptechwv.com/store

thanks guys

8 Jan 2008, 6:37 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sidebox and Image Placement

Youn have this content wrapped in a <p> tag - try removing it as this is a list not a paragraph

8 Jan 2008, 7:37 PM
#3
davidc304 avatar

davidc304

New Zenner

Join Date:
Jan 2008
Posts:
34
Plugin Contributions:
0

Re: Sidebox and Image Placement

Excellent, thanks a bunch kobra.

#1 DONE - Exactly the way i want it

8 Jan 2008, 8:30 PM
#4
davidc304 avatar

davidc304

New Zenner

Join Date:
Jan 2008
Posts:
34
Plugin Contributions:
0

Re: Sidebox and Image Placement

davidc304:

Excellent, thanks a bunch kobra.

#1 DONE - Exactly the way i want it

#3 DONE

But 2 is still messing with me, ive tried the Firefox developers extension, but still cannot seem to get it right.....

9 Jan 2008, 12:47 AM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Sidebox and Image Placement

try changing this in your stylesheet to the value in red

#cartAdd {
	float: right;
	text-align: center;
	margin: 0.5em;
	border: none;
	padding: none;
	}
10 Jan 2008, 4:16 AM
#6
davidc304 avatar

davidc304

New Zenner

Join Date:
Jan 2008
Posts:
34
Plugin Contributions:
0

Re: Sidebox and Image Placement

sweet man, it was 1em, chaned it to 0.5em, perfect. Thanks dude, you bit me twice! lol