• Resolved The-Dude

    (@the-dude-1)


    Hi,

    i use WPBakery Page Builder to build my site.
    When i use PWB AZ Listing in a sidebar, the brand name gets cut after 9 Characters. What’s the cause? What’s the solution?

    Cheers ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter The-Dude

    (@the-dude-1)

    I solved the problem (hopefully). ?? This CSS-Code is wrong:
    .pwb-az-listing-col {
    display: block;
    }
    The correct code is:
    .pwb-az-listing-col {
    display: contents;
    }
    I hope “contents” is the correct argument for this case and it will not break the sidebar, if i use very long brand names. ??
    It would be very kind, if the plugin developers would correct this line in an future update. Thx. ??

    Plugin Author quadlayers

    (@quadlayers)

    hello @the-dude-1
    thanks for the update

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Name cut off in sidebar’ is closed to new replies.