Custom field dropdown list hidden be description area

GK User
Thu May 07, 2015 11:45 am
Hi!
How to make the custom field dropdown list not be hidden by the description area in product detail page?
I´m using Storefront template with Virtuemart 3+

Thankful for your help with this!
Regards
User avatar
Senior Boarder

GK User
Sun May 10, 2015 10:21 am
Could you please post an url to your site where this issue could be seen?
User avatar
Moderator

GK User
Sun May 10, 2015 1:21 pm
Hi!
You can have a look here: http://joomla.surfskjulet.se/index.php? ... gory_id=27

Best regards
User avatar
Senior Boarder

GK User
Tue May 12, 2015 6:47 pm
And where exactly should the custom field display? Could you please mark the problematic area on a screenshot?
User avatar
Moderator

GK User
Tue May 12, 2015 8:39 pm
Hi!
Please see attached image.

Regards
User avatar
Senior Boarder

GK User
Wed May 13, 2015 4:45 pm
Seems like a bug in our template. I'll post it to our devteam and will write back as soon as I'll get an answer.
User avatar
Moderator

GK User
Wed May 13, 2015 4:46 pm
Meanwhile please send me a PM with:
1. URL to your website
2. login and password of user with admin/super-admin privileges (please create one for me)
3. ftp data (host, user, password)
4. link to this thread
User avatar
Moderator

GK User
Sun May 17, 2015 12:17 pm
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
.productDetails {overflow: initial;}
.productDetails:after {
    clear: both;
    content: "";
    display: table;
 }

Remember to enable "CSS override" in template settings - advanced section.

Ps - it will be fixed with next template release.
User avatar
Moderator

GK User
Mon May 18, 2015 9:09 am
Hi!
Thank you so much for your help!
I will try this.

Best regards
User avatar
Senior Boarder

GK User
Fri May 22, 2015 6:44 pm
Please let me know if the solution works.
User avatar
Moderator

GK User
Wed May 27, 2015 5:19 pm
Hi!
It works! Thank you!
/Regards
User avatar
Senior Boarder

GK User
Sun May 31, 2015 8:28 am
Thanks for the info :).
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron