Hi @LordGavin
Thanks for writing in, this is the CSS code snippet that you can add to (Theme Options > CSS) to enlarge the circle:
#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price {
height: 90px;
width: 90px;
border-radius: 80px;
top: -30px;
}
#estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price.lfb_subsPrice {
line-height: 80px;
}
I’m not really sure which button you want to move and where exactly you want to show it, perhaps you can share some screenshots that would make it easier for us.
Thanks.