Hi there,
Is there a possibility to line out the images in the product-detailview in a horizontal way, as they are now lined as a collum.
Kind regards, Kees
Horizontal outline images detailview
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Horizontal outline images detailview
Hi Kees,
Could we see it please, where this occurs?
Do you mean like this: https://www.phoca.cz/phocacartdemo/item/10-audi-a1 (Demo)
Kind regards, Christine
Could we see it please, where this occurs?
Do you mean like this: https://www.phoca.cz/phocacartdemo/item/10-audi-a1 (Demo)
Kind regards, Christine
-
- Phoca Newbie
- Posts: 9
- Joined: 08 Nov 2015, 00:27
Re: Horizontal outline images detailview
Hi Christine,
That's what I ment.
It occurs with all the items in the shop, f.e. http://furnidure.nl/shop/item/4-kerstboom
That's what I ment.
It occurs with all the items in the shop, f.e. http://furnidure.nl/shop/item/4-kerstboom
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Horizontal outline images detailview
Hi Kees,
Hmm, think it depends on the template. Just an idea:
Probeer maar even: (add the red one) to:
main.css / line 162
Hmm, think it depends on the template. Just an idea:
Probeer maar even: (add the red one) to:
main.css / line 162
line 28.ph-item-image-full-box {
float: left;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
text-align: center;
}
groetjes, Christine.ph-image,
.ph-image-full {
text-align: center;
margin: 0 auto;
padding-top:10px;
}
-
- Phoca Newbie
- Posts: 9
- Joined: 08 Nov 2015, 00:27
Re: Horizontal outline images detailview
That's better
But what I actually ment was to place the thumbnails under the large image in a horizontal way.
Now they are located beside the enlarged photo.
Groetjes, Kees
But what I actually ment was to place the thumbnails under the large image in a horizontal way.
Now they are located beside the enlarged photo.
Groetjes, Kees
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Horizontal outline images detailview
aha, he he
Zo, dan het: "float:left; van het 1. code / line 162 eruitgooien.
En dan op het eind van template.css doen:
Heb er ok het "prijs" verandered. Tot straks
Christine
Zo, dan het: "float:left; van het 1. code / line 162 eruitgooien.
En dan op het eind van template.css doen:
Code: Select all
.ph-item-image-add-box img {
padding-left:10px;
float:left;
display:inline-flex;
margin-left:25px;
}
.ph-item-price-box {
float:left;
padding-top:10px;
margin-left:5px;
}
.ph-price-txt {
margin-right:10px;
}
Christine
-
- Phoca Newbie
- Posts: 9
- Joined: 08 Nov 2015, 00:27
Re: Horizontal outline images detailview
Changed 'Prijs' ??????
What was wrong with the pricing of this beautiful handmade christmastree????????.
It works well now, many thanks
What was wrong with the pricing of this beautiful handmade christmastree????????.
It works well now, many thanks
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Horizontal outline images detailview
Hi Kees,
The handmade christmastree is wonderful
So, "remove" temporary this code:
then you will see, that the word "Prijs" was/is on the left side, but the "€ xx" on the right side
groetjes, Christine
The handmade christmastree is wonderful
So, "remove" temporary this code:
Code: Select all
.ph-item-price-box {
float:left;
padding-top:10px;
margin-left:5px; }
groetjes, Christine
-
- Phoca Newbie
- Posts: 9
- Joined: 08 Nov 2015, 00:27
Re: Horizontal outline images detailview
I noticed
Thank you for your help.
Thank you for your help.
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Horizontal outline images detailview
graag gedaan & wens jou nog goede avond,
Christine
Christine