Hello. Yes, it is definitely possible. That would be a styling issue, and thus you’d make the change in your style.css file, or related style sheets (depending on the theme). Generally this involves finding the correct class and floating it left instead of right. Just be aware that you will likely have to adjust several related classes as a result. If you change one thing – especially something like a float, then other elements are usually affected. You can begin to find out which classes to adjust be right-clicking and inspecting element in the section where you’d like to make a change. That’ll help you determine what classes are in play for the change you’d like to make. Also, please be advised that it’s best to create a child theme when making a change like this – so that your changes aren’t overridden by a future theme update.
Also, if you post the link here, we may be able to help point you in the right direction.