Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1163993

    Hello, suddenly after an update the Woocommerce tabs “description” and “additional information” are placed vertical, one above theother, while it was before horizontal, one left and one right. How can I correct this? Mni tnx for info.

    #1164138

    Hey marscui,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top div div.product .woocommerce-tabs ul.tabs li a {
        white-space: normal;
        min-width: 200px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164142

    Thank You, that works :-)
    Kind regards, solved.
    Marscui

    #1164164

    Hi marscui,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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