Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058104
    Cherylwoodman
    Participant

    Hi Themeco,

    I’m using the accordion code in my ethos shop. It looks lovely.

    There is one time it looks much less attractive and that’s when all of the options are closed.

    The accordion crunches itself up to the size of the largest title and it also sometimes floats up to the level the ‘add to cart’ button is on.

    Take a look here by closing all the accordion boxes –>http://honestyforyourskin.co.uk/index.php/product/renew-antioxidant-night-oil/

    Is there a way to stop this happening?

    Cheryl

    #1058246
    Prasant Rai
    Moderator

    Hello Cheryl,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    p.stock.in-stock {
        clear: both;
    }
    
    div#my-accordion {
        width: 100% !important;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1058104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>