Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Move picture a little without changing padding

Move picture a little without changing padding

Locked

Views: 872

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
22 Dec 2008, 4:04 PM
#1
tclayla avatar

tclayla

New Zenner

Join Date:
Aug 2008
Posts:
36
Plugin Contributions:
0

Move picture a little without changing padding

Does anyone know how to move a picture just a little to the right without going in and changing the padding? Is there a quick fix somewhere to align the picture? I'd like my logo moved just a little to the right: https://www.mymommyslove.com

Thanks,
Theresa

22 Dec 2008, 9:14 PM
#2
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Move picture a little without changing padding

How about applying a margin-left just to the element that holds your picture?

Rob

22 Dec 2008, 9:38 PM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Move picture a little without changing padding

Find in your stylesheet:

#logo{line-height:106px;}

Change to:

#logo{line-height:106px; margin-left: 23px;}