Advertisement:

Author Topic: [Résolved]How to change the size of photos in item.php in "Bender"  (Read 183 times)

grisbi

  • Newbie
  • *
  • Posts: 44
Hello
How to change the size of photos in item.php in "Bender"

I would like to enlarge the big picture and the thumbnails in the detail page item.php

thank you
« Last Edit: August 03, 2019, 11:51:14 pm by grisbi »

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: How to change the size of photos in item.php in "Bender"
« Reply #1 on: August 02, 2019, 01:55:26 am »
Hello
How to change the size of photos in item.php in "Bender"

I would like to enlarge the big picture and the thumbnails in the detail page item.php

thank you

You need to adjust the following set of codes on 'main.css'

Code: [Select]
.item-photos .main-photo {
    width: 550px;
    float: left
}

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

.item-photos .thumbs img {
    margin-bottom: 12px;
    border: solid 2px #eaeaea
}


Regards

grisbi

  • Newbie
  • *
  • Posts: 44
Re: How to change the size of photos in item.php in "Bender"
« Reply #2 on: August 02, 2019, 11:27:24 am »
Hi BritWeb


Should we change or add something in SASS?

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: How to change the size of photos in item.php in "Bender"
« Reply #3 on: August 02, 2019, 12:28:38 pm »
I wouldn't do anything to SASS

grisbi

  • Newbie
  • *
  • Posts: 44
Re: How to change the size of photos in item.php in "Bender"
« Reply #4 on: August 02, 2019, 04:20:41 pm »
Ok thanks BritWeb
could you help me in this problem:

I enlarged the thumbnail so I have to change the display and I did not
No search_list file in bender

my apologies for my bad english

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: How to change the size of photos in item.php in "Bender"
« Reply #5 on: August 03, 2019, 12:40:33 am »
I enlarged the thumbnail so I have to change the display and I did not
No search_list file in bender

my apologies for my bad english

Not sure what you meant by the above.


Regards

grisbi

  • Newbie
  • *
  • Posts: 44
Re: How to change the size of photos in item.php in "Bender"
« Reply #6 on: August 03, 2019, 09:55:44 am »
je n'ai pas le fichier search_list dans le thème "Bender"
par quel autre fichier est il remplacé

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: How to change the size of photos in item.php in "Bender"
« Reply #7 on: August 03, 2019, 12:38:59 pm »
je n'ai pas le fichier search_list dans le thème "Bender"
par quel autre fichier est il remplacé

If I understood you correctly...

search.php and search-sidebar.php together make www.domain.com/index.php?page=search and displays all the listings for that search.


Hope this is clear! Again not sure what you wish to achieve.

grisbi

  • Newbie
  • *
  • Posts: 44
Re: How to change the size of photos in item.php in "Bender"
« Reply #8 on: August 03, 2019, 05:35:15 pm »
here is the page I'd like to edit

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: How to change the size of photos in item.php in "Bender"
« Reply #9 on: August 03, 2019, 08:08:38 pm »
Edit one of those files I mentioned to get desired result or play with css codes relating to that page.


Best of luck!

grisbi

  • Newbie
  • *
  • Posts: 44
Re: How to change the size of photos in item.php in "Bender"
« Reply #10 on: August 03, 2019, 11:49:29 pm »
I finally found

loop-single.php file

thank you for your patience

see you soon

BritWeb

  • Hero Member
  • *****
  • Posts: 770
  • If it ain't broke, don't fix it.
Re: How to change the size of photos in item.php in "Bender"
« Reply #11 on: August 03, 2019, 11:51:36 pm »
I finally found

loop-single.php file

thank you for your patience

see you soon

Well done!