Go Back   Volusion Review Forums - Get the Most from your Online Store > Volusion Forums > Website Design
User Name
Password Register
Register FAQ Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 07-13-2008, 08:52 PM
Engraver Engraver is offline
Junior Member
 
Join Date: Feb 2008
Posts: 19
Default Moving product images down on product page

I have tried to find a way to move the product image on the product page down. If you take a look at the site I'm working on, http://209.61.150.14/ProductDetails....uctCode=CFKM01
I would like the travel mug (and all my product pages) to be around 250 px lower. I guess I could change all my images to have more white space above or I could fudge it with uploading the image height greater, but if I can do it through html or css that would be the easiest and best solution. I've been able to move the whole page down in content css by changing FORM { MARGIN: 0px } but I want just the image column to drop. Any solutions?? Thanks in advance,

Jon
www.engravablesplus.com
Reply With Quote
  #2  
Old 07-14-2008, 07:50 PM
Nate Nate is offline
Member
 
Join Date: Jan 2008
Posts: 42
Default

without digging around too much for an answer, you should be able to place some absolute position code in the css file for the class for the photo (productphoto or something like that). you can just do vertical placement, too, which should leave the horizontal where it already is.

i imagine you'll have to add the same absolute positioning for the header above it as well.
Reply With Quote
  #3  
Old 07-14-2008, 09:15 PM
zevious's Avatar
zevious zevious is offline
Senior Member
 
Join Date: Oct 2005
Posts: 128
Default

You should be able to add the following to your css file:

#product_photo {
padding-top: 250px;
}

if that doesn't work, try:

#product_photo {
padding-top: 250px !important;
}
Reply With Quote
  #4  
Old 07-14-2008, 09:33 PM
memaddog memaddog is offline
Senior Member
 
Join Date: Oct 2007
Location: San Diego, CA
Posts: 517
Default

Since the actual css id is on the img tag itself, padding will not do the trick. However, margin will add the spacing you desire. Adding:

#product_photo {margin-top:250px;}

will do what you want.
Reply With Quote
  #5  
Old 07-14-2008, 09:48 PM
Engraver Engraver is offline
Junior Member
 
Join Date: Feb 2008
Posts: 19
Default

Thanks folks!!! I'll give it a shot tonight when things settle down

Jon
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +0. The time now is 07:21 AM.