Hi there,
Go to the Bar in question and click on the Customize tab and add a unique class such as spacer
Then, please add the CSS code below to Pro > Launch > Theme Options > CSS:
.woocommerce .spacer.x-bar {
height: 100px !important;
}
Another none recommended way is the direct CSS code below but as it uses the auto-generated element classes it may get invalid if you change the bar around in the future.
.woocommerce .hm17.x-bar {
height: 100px;
}
Kindly open up new threads for additional questions as it will help us to focus on each issue and give you a better support which you deserve. Having a long threads makes the maintaining job harder and also it will be harder for the other customers to find the correct information if they have similar issues. You are always welcomed to reply to this thread to follow up the same question.
Thank you.