1

After I updated my WordPress, the content of the visual composer plugins in tabs are not displaying properly. They are showing up as a sequential list. Can anyone direct me on how to go about fixing it?

The tabs in the backend editor look ok:

enter image description here

The actual page shows them as a list:

enter image description here Thanks!

locke14
  • 1,335
  • 3
  • 15
  • 36

1 Answers1

11

may be you forgot to add body class, for reference check this <body <?php body_class(); ?>>`

Aslam Shekh
  • 516
  • 5
  • 10