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

    Hi team,
    I seem to have a formatting issue with Woocommerce products tabs see here: https://ibb.co/J7FPk1r
    They look stacked.
    Advice appreciated.
    Thanks

    #1158450

    Hey marsh1984,

    Sorry for the problem, please try this in Quick CSS:

    #top div div.product .woocommerce-tabs ul.tabs li a { 
      white-space: nowrap !important; 
    }

    This will be fixed in the next theme update.

    Best regards,
    Rikard

    #1158962

    That works thanks. Now, I have the Woocommerce product tabs and when screen size forces tabs to move onto second line, the top tabs don’t have a bottom border.
    See screen shot https://ibb.co/tx9pKgn
    How can I add this border?
    Many thanks

    #1159426

    Hi marsh1984,

    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

    
    @media only screen and (min-width: 768px) and (max-width: 1100px) {
      #top div div.product .woocommerce-tabs ul.tabs li.active a,
      #top div div.product .woocommerce-tabs ul.tabs li a {
        border: 1px solid #cccccc45;
      }
    }
    

    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.