- Posts: 12
- Thank you received: 0
Custom Fields in cosmetics template Problem
-
michay
Inactive member - Topic Author
- New Member
Less
More
12 years 2 months ago - 12 years 2 months ago #22602
by michay
Custom Fields in cosmetics template Problem was created by michay
Hi
I need to set custom fileds for one product. So i need to have a dropdown list with diffrent values.
Please see link.
muscleandhealth.ie/index.php/products/am...500-mega-caps-detail
My problem is that dropdown list overlaps description text.
How i can move dropdown list to next line. to have dropdown list below Title("Pack Size")
Pack List:
[dropdown list]
[Add card button]
Please Help.
Regards
Michal .
I need to set custom fileds for one product. So i need to have a dropdown list with diffrent values.
Please see link.
muscleandhealth.ie/index.php/products/am...500-mega-caps-detail
My problem is that dropdown list overlaps description text.
How i can move dropdown list to next line. to have dropdown list below Title("Pack Size")
Pack List:
[dropdown list]
[Add card button]
Please Help.
Regards
Michal .
Last edit: 12 years 2 months ago by michay.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22605
by ivan.milic
Replied by ivan.milic on topic Custom Fields in cosmetics template Problem
.product-field-display > DIV > span{
width:85%;
}
add that to bottom of:
templates/hot_cosmetics/css/vm_cosmetics.css
width:85%;
}
add that to bottom of:
templates/hot_cosmetics/css/vm_cosmetics.css
The following user(s) said Thank You: michay
Please Log in to join the conversation.
-
michay
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 2 months ago - 12 years 2 months ago #22607
by michay
Replied by michay on topic Custom Fields in cosmetics template Problem
Hi Ivan
Thnak you for your quick response.
I added above to css file but looks like no changes.
Any other advice ?
Thanks
Michal
I would like to mension.
Someone did this website for my clien and he used template ver 1.0
Unfortunetly I can`t contact with this guy.
So I bought latest template yesterday. and to don`t mess up whole webside i only replaced
old css files and template_css.php with new from lates download.
Thnak you for your quick response.
I added above to css file but looks like no changes.
Any other advice ?
Thanks
Michal
I would like to mension.
Someone did this website for my clien and he used template ver 1.0
Unfortunetly I can`t contact with this guy.
So I bought latest template yesterday. and to don`t mess up whole webside i only replaced
old css files and template_css.php with new from lates download.
Last edit: 12 years 2 months ago by michay.
Please Log in to join the conversation.
-
michay
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 2 months ago #22609
by michay
Replied by michay on topic Custom Fields in cosmetics template Problem
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22610
by ivan.milic
Replied by ivan.milic on topic Custom Fields in cosmetics template Problem
Ok important flag will make it work:
.product-field-display > DIV > span{
width:85%!important;
}
About file replacement it is perfectly safe to overwrite all template files except params.ini file, but maybe that other person made changes in templates .css files so file replacement would make that be lost so be causes if doing such things.
.product-field-display > DIV > span{
width:85%!important;
}
About file replacement it is perfectly safe to overwrite all template files except params.ini file, but maybe that other person made changes in templates .css files so file replacement would make that be lost so be causes if doing such things.
The following user(s) said Thank You: michay
Please Log in to join the conversation.
-
michay
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 2 months ago #22611
by michay
Replied by michay on topic Custom Fields in cosmetics template Problem
OMG :woohoo: !! its working !!
Thanks A million Ivan.
I spent last 8 hours trying to fix this.
You are Great.
Thank you !!
Best Regards
Michal
Thanks A million Ivan.
I spent last 8 hours trying to fix this.
You are Great.
Thank you !!
Best Regards
Michal
Please Log in to join the conversation.
Time to create page: 0.171 seconds