Hi @jccho96,
First of all, thank you for using our theme.
button size – the button width expands/shrinks depending on the window width but I’d like to change the button to a fix size. How can I do this with customize css?
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 991px) {
.product-gallery-summary .botiga-single-addtocart-wrapper .button {
width: 250px;
max-width: 100%;
}
}
For your other question, please raise it in a new separate topic instead. So we can avoid endless threads in this topic. You are allowed to create as many topics as you want. Please use one topic for one question.