This topic has 7 replies, 4 voices, and was last updated 8 years by d_enajetic.

  • Author
  • #89241
     budofinder
    Participant

    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.
    #89474
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #89511
     budofinder
    Participant

    Sorry 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.

    #89640
     kevingilmour
    Participant

    Hi 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

    #89955
     budofinder
    Participant

    Hi 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.

    #89986
     kevingilmour
    Participant

    Hi,

    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

    #90103
     d_enajetic
    Participant

    Worked perfectly, Budo. Much appreciated. Hopefully they’ll fix this in the next update.

    #90108
     d_enajetic
    Participant

    For anyone having the same issues. Paste these into your Quick CSS.

    COPY CODE
    
    .variations_form {
            float: none !important;
    }
    
    .cart {
            float: none !important;
    }
Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?