• Hi there,

    In our small WooCommerce online shop (using the Bridge theme by qcode), I realised that the product description was placed in a very narrow column, and after some investigation I found out that it is due to some CSS code in osm/css/osm_map_v3.css on line 53:

       .toggle {
    width: 100px;
    }

    The issue is that the 100px width affects the shop description. By commenting this line out, the problem got solved. May be this hint is useful for you to change the code to avoid some interference.

    Side note: We keep the accordion with the product descirption always open by using this modification.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.