Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yehudaTiram/01886758a0e0d5e61c27ae97a36ec9e7 to your computer and use it in GitHub Desktop.
Save yehudaTiram/01886758a0e0d5e61c27ae97a36ec9e7 to your computer and use it in GitHub Desktop.
Theme X - Moving Product Image Thumbnails to bottom
/* Theme X - Moving Product Image Thumbnails to bottom */
.woocommerce .flex-control-nav.flex-control-thumbs {
position: relative;
width: 100%;
text-align: left;
padding-left: 0;
padding-right: 0;
}
.flex-control-nav.flex-control-thumbs img {
height: 4.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment