Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
image and product details overlaps in openshop
« previous
next »
Print
Pages: [
1
]
Author
Topic: image and product details overlaps in openshop (Read 4053 times)
bledi
Full Member
Posts: 244
image and product details overlaps in openshop
«
on:
January 07, 2016, 15:44:34 »
hello!
I am trying to configur the look of a product in Open shop,but the image overlaps with the window of product details. (attachment) Maybe is a template css issue, but i would some help.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: image and product details overlaps in openshop
«
Reply #1 on:
January 07, 2016, 17:49:28 »
You use larger images than the container width. The default css is for 250px images.
You can change that from Open Shop's css.
components/com_shop/includes/css/ios/ios.css
.shop_ptopcoll { margin:0; padding:0; width:
250px
; float:left; text-align:center; }
.shop_ptopcolr { margin:0 0 0
250px
; padding:0 0 0 10px; }
Change 250px to these 2 above to whatever you want. My recommendation is to use smaller images because the result will not be good in smaller screen resolutions.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
bledi
Full Member
Posts: 244
Re: image and product details overlaps in openshop
«
Reply #2 on:
January 07, 2016, 18:18:14 »
Thanks datahell
i corrected it at: components/com_shop/includes/css/ios/
shop.css
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
image and product details overlaps in openshop