PDA

View Full Version : Help on text shift, please


lisac19
Nov-10-2007, 09:48 PM
Hello,

I have forgotten how to shift the text from left to right to avoid covering a photo so, HELP PLEASE!! I've included my link ..the problem is under the "Order Prints" tab.

THANKS, LISA

http://campbellphotos.smugmug.com/

Barb
Nov-11-2007, 03:50 AM
Hello,

I have forgotten how to shift the text from left to right to avoid covering a photo so, HELP PLEASE!! I've included my link ..the problem is under the "Order Prints" tab.

THANKS, LISA

http://campbellphotos.smugmug.com/

Hi Lisa,

Are you wanting to move your text to the left in that gallery? Right now, you have the following CSS for your text in your customization:

.gallery_2833104 #galDescText {
position: relative;
font-size: 1.1em;
font-weight: bold;
color: #ccc;
text-align: justify;
width: 340px;
margin-top: -310px;
margin-left: 80px;
}

Change the margin-left to, for example, 40px instead of 80, and see if that is what you are looking to do.

lisac19
Nov-11-2007, 08:03 AM
Hi Lisa,

Are you wanting to move your text to the left in that gallery? Right now, you have the following CSS for your text in your customization:

.gallery_2833104 #galDescText {
position: relative;
font-size: 1.1em;
font-weight: bold;
color: #ccc;
text-align: justify;
width: 340px;
margin-top: -310px;
margin-left: 80px;
}

Change the margin-left to, for example, 40px instead of 80, and see if that is what you are looking to do.

Barb,

I want to move the text off of the photo into the dead space to the right under the "Order Photo" tab.. Right now it's 3/4 on top of the photo.

Thanks, Lisa

Barb
Nov-11-2007, 08:32 AM
Barb,

I want to move the text off of the photo into the dead space to the right under the "Order Photo" tab.. Right now it's 3/4 on top of the photo.

Thanks, Lisa

Hi Lisa,

I see now. It looked way different in Firefox than in IE. I made a couple of code changes for you in your code. Check now and see if it's the way you want it to be.

lisac19
Nov-11-2007, 10:59 AM
Hello,

I have forgotten how to shift the text from left to right to avoid covering a photo so, HELP PLEASE!! I've included my link ..the problem is under the "Order Prints" tab.

THANKS, LISA

http://campbellphotos.smugmug.com/


thanks Barb, it's perfect!