Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-05-2012, 02:17 PM
Lisa Bulpin's Avatar
Lisa Bulpin Lisa Bulpin is offline
Junior Member
 
Join Date: Jun 2011
Posts: 18
Default How do I delete the big empty space underneath my product image and description??



Hey....please can you tell me how to delete the big space at the bottom of my description and image..

Thanks!
Reply With Quote
  #2  
Old 06-06-2012, 08:27 AM
Kess's Avatar
Kess Kess is offline
 
Join Date: Feb 2012
Posts: 2,120
Default

Could you possibly provide us with your store URL?
__________________
Ksenia Lukacher
Reply With Quote
  #3  
Old 06-07-2012, 10:43 AM
Lisa Bulpin's Avatar
Lisa Bulpin Lisa Bulpin is offline
Junior Member
 
Join Date: Jun 2011
Posts: 18
Default

Sure...Please look here: http://www.mommalicious.co.za/shopalicious and look at the product description..
Thanks
Reply With Quote
  #4  
Old 06-13-2012, 06:20 PM
Kess's Avatar
Kess Kess is offline
 
Join Date: Feb 2012
Posts: 2,120
Default

Thank you.

The problem with that oversized spacer in your page is caused by the rule in your site CSS theme (not in your Ecwid theme). It goes like this:

Code:
.entry-content img {
	height: auto;
/* some other code omitted*/
}
That height definition forces the 1x1 px spacer.gif to be resized proportionally, hence getting the 400 px high gap.

This setting is defined in your http://static.ning.com/socialnetwork...

In the coming version 11 of Ecwid this problem will be globally fixed.

Meanwhile you can apply the following worlkaround: add the following CSS rule to your Ecwid CSS theme (Ecwid control panel -> ‘System settings’ tab -> Design -> CSS themes):

Code:
table. ecwid-productBrowser-innerTable img.ecwid-SpacerImage {
height: 1px !important;
}
and click "Save (Ctrl+S)".
__________________
Ksenia Lukacher
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:31 AM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.