Introduction
NOTE: To see how to
create this override for
all client modules, see the Theme Override: Create One That Applies to all Client Modules
guide.
|
/*--- Pathfork Width Fix ---*/
.button.choice-button,
input[type="submit"].choice-button, button.choice-button {
max-width: 750px;
}
/*--- End Pathfork Width Fix ---*/
NOTE: To see how to
create this override for one
client module, see the Theme Override: Create One That Applies to One Client
Module
guide.
|
/*--- Pathfork Width Fix ---*/
.button.choice-button,
input[type="submit"].choice-button, button.choice-button {
max-width: 750px;
}
/*--- End Pathfork Width Fix ---*/