Something Changed With My Search Button

I'm not sure why, but my SEARCH button no longer aligns on the RIGHT of the SEARCH bar.

I'm guessing that I need to use a different template, wrapper, or CSS class, but I don't know what to do.

(please see attachments)

search-button.JPG

search-block.JPG

Please share URL of your website

shop.smoothernutrition.com

try to add the following code to the CSS section of the Theme editor

.ty-search-block .vs-flat-submit {
    position: absolute;
    top: 2px;
    right: 0px;
}

https://prnt.sc/tyeqel

Wow! Thank you! That worked.

You are welcome!