New Landing How can we help? Cardinal Strange bug with the accordion asset

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Cardinal
  • #107392
    FlawlessWeb
    Member
    Post count: 542

    Hey,

    I have run into a strange issue with the swift page builder accordion asset.

    See the attached screen-shot. For some reason, a horizontal scroll bar is appearing at the bottom of each accordion section. How can I get rid of those?

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #107394
    FlawlessWeb
    Member
    Post count: 542
    This reply has been marked as private.
    #107511
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code bellow to the theme custom css option hide the overflow.

    
    .spb_accordion .ui-accordion .ui-accordion-content{
    overflow-x: hidden!important;
    }

    Let us know if it worked

    -Rui

    #107553
    FlawlessWeb
    Member
    Post count: 542

    That sorted it thanks.

    Is that an issue only evident on my install or the theme in general.

    #107566
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. It was css style from jQuery ui probably loaded by some plugin in your installation.
    Tried in mine Cardinal version and it was ok without being necessary to add any custom css.

    -Rui

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register