Home Forums WoodMart support forum Product page Additional tab content CSS

Product page Additional tab content CSS

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

    aligo
    Participant

    I was generating some CSS to speed up the site and in that process content under “Product page-> Tabs -> Additional tab content” & “Product description” are not seen. They are organized in “Product page-> Tabs” as Accordion + After Add to Cart.

    I can see the titles but not the content 🙁

    #264465

    aligo
    Participant

    What I did find out is that by changing custom CSS for

    .woodmart-scroll .woodmart-scroll-content {
    position: absolute;
    }

    to
    .woodmart-scroll .woodmart-scroll-content {
    position: relative;
    }

    I get it back… But I don’t know which of the Custom CSS file generator checkboxes I should use to get it back…

    #264468

    aligo
    Participant

    sorry for disturbing you… after clearing the browser cache and cookies everything is back to normal… I must have returned the right checkbox but it didn’t show before this…

    #264542

    Hello,

    You have solved the issue, haven’t you?

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)