Viewing 1 replies (of 1 total)
  • Thread Starter mrtechnique

    (@mrtechnique)

    Never mind. I fixed it. It was a line from Divi’s CSS style.css file that caused it:

    table.cart th,
    #main-content table.cart th,
    table.cart td,
    #main-content table.cart td,
    table.cart tr,
    #main-content table.cart tr,
    #content-area table tr,
    #content-area table td,
    #content-area table th {
    	max-width: 100px;
    	padding: 0.857em 0.587em;
    }

    I just set the max-width to none, and that took care of the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘Narrow Width’ is closed to new replies.