This topic has 7 replies, 4 voices, and was last updated 8 years by d_enajetic.
-
Author
-
November 26, 2015 at 14:33 #89241budofinderParticipant
Hello,
I’ve updated Kleo theme to version 3.1.3. When dropdown menu for selecting options is present on product page, the description accordion is not displayed correctly (it’s width is too small).
Please see attached screenshot.
Best regards.
Attachments:
You must be logged in to view attached files.November 27, 2015 at 03:51 #89474LauraModeratorHello, can you share admin credentials so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 27, 2015 at 12:43 #89511budofinderParticipantSorry but I’m not able to do that. I was able to find a temporary CSS fix by removing the “float: left” property from variations_form. However, I think this is something that should be fixed in your next version.
November 27, 2015 at 21:39 #89640kevingilmourParticipantHi budofinder, i am having the exact same problem, could you please let me know how you fixed it? What files did you modify or what was the css code you used?
Thank You
Kevin
November 29, 2015 at 15:34 #89955budofinderParticipantHi Kevin,
I’ve just added:
COPY CODE.variations_form { float: none !important; }
in the style.css file of my child theme. If you are not using a child theme, you can trying adding this in style.css of kleo theme folder.
November 29, 2015 at 20:38 #89986kevingilmourParticipantHi,
Thank you for that. I added it into the Quick css section in the theme options and it worked perfectly!
Thank you for your help 🙂
Kevin
November 30, 2015 at 16:59 #90103d_enajeticParticipantWorked perfectly, Budo. Much appreciated. Hopefully they’ll fix this in the next update.
November 30, 2015 at 17:15 #90108d_enajeticParticipantFor anyone having the same issues. Paste these into your Quick CSS.
COPY CODE.variations_form { float: none !important; } .cart { float: none !important; }
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.