Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zakirsajib/bb48cacb8ebef3f8447d3a5660590be5 to your computer and use it in GitHub Desktop.
Save zakirsajib/bb48cacb8ebef3f8447d3a5660590be5 to your computer and use it in GitHub Desktop.
Make the PDP descriptions tab content fill the standard container width
# We can do it using CSS
#page .woocommerce-tabs .panel{
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment