Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device
Choosing a selection results in a full page refresh.
Press the space key then arrow keys to make a selection.
×
Note
There are some changes that need to be made to the CSS styling for the themes Simple and Minimal.
If you are using the theme Simple replace from .trigger-pop-up to right above with this code:
.trigger-pop-up {
margin: 10px 0 10px 8px;
width: 50%;
}
@media only screen and (max-width: 749px) {
.pop-up-content, .size-chart-content table {
width:100% ;
}
.size-chart-content th, .size-chart-content td {
padding:10px;
}
.trigger-pop-up {
width: 100%;
}
}