Advertisement:

Author Topic: Ad description to the left of long thumbnails list [SOLVED]  (Read 2021 times)

sparkiem2

  • Newbie
  • *
  • Posts: 20
When you upload several pictures the text does not start until below all thumbnails which can leave big blank space on page.
Is there a way to change this to have text beside thumbnails? Here is example of what I am talking about.
http://pickersparadise.net/freeclassifieds/index.php?page=item&id=52
« Last Edit: May 07, 2015, 02:58:55 pm by sparkiem2 »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Have text beside thumbnails
« Reply #1 on: May 05, 2015, 01:51:32 pm »
Hi,

A quick solution, limit the height of the thumbs container:

.item-photos .thumbs {
    float: right;
    width: 79px;

    height: 413px;
    overflow: hidden;

}

In blue, current rules (main.css). This won't show all thumbs, but you have Fancybox to see all pictures.

Regards

sparkiem2

  • Newbie
  • *
  • Posts: 20
Re: Have text beside thumbnails
« Reply #2 on: May 06, 2015, 12:03:12 am »
Thanks Teseo
but I was hoping to get text to show beside thumbnails know of any way to do that?

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Have text beside thumbnails
« Reply #3 on: May 06, 2015, 01:46:29 am »
Hm.. I see...

#description {
    clear: both;
    padding-top: 5px;
}


#description {
    clear: left;
    padding-top: 5px;
}


Regards

sparkiem2

  • Newbie
  • *
  • Posts: 20
Re: Have text beside thumbnails
« Reply #4 on: May 06, 2015, 01:17:43 pm »
Did not work but thanks anyway.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Have text beside thumbnails
« Reply #5 on: May 06, 2015, 02:45:24 pm »
???

See my attachment.

sparkiem2

  • Newbie
  • *
  • Posts: 20
Re: Have text beside thumbnails
« Reply #6 on: May 07, 2015, 12:55:17 pm »
Can you tell me exactly how to do this? The oc-content/themes/bender/css/main.css file has no effect on my ad. Where do I need to go and what do I need to change? Keep in mind that I am new to this.
Thanks for your help.

sparkiem2

  • Newbie
  • *
  • Posts: 20
Re: Have text beside thumbnails
« Reply #7 on: May 07, 2015, 01:09:56 pm »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Have text beside thumbnails
« Reply #8 on: May 07, 2015, 01:19:38 pm »
You're welcome. :) Would you mind changing the title of this thread to something more descriptive like "Ad description to the left of long thumbnails list [SOLVED]"? Thanks, regards.


sparkiem2

  • Newbie
  • *
  • Posts: 20
Re: Ad description to the left of long thumbnails list [SOLVED]
« Reply #9 on: May 07, 2015, 02:59:37 pm »
Done thanks again