Osclass forums
Development => Development => Topic started by: grisbi on August 01, 2019, 03:37:12 pm
-
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
-
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'
.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
-
Hi BritWeb
Should we change or add something in SASS?
-
I wouldn't do anything to SASS
-
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
-
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
-
je n'ai pas le fichier search_list dans le thème "Bender"
par quel autre fichier est il remplacé
-
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.
-
here is the page I'd like to edit
-
Edit one of those files I mentioned to get desired result or play with css codes relating to that page.
Best of luck!
-
I finally found
loop-single.php file
thank you for your patience
see you soon
-
I finally found
loop-single.php file
thank you for your patience
see you soon
Well done!