Hello @chad0x001
I’ve checked with the theme, they don’t have a setting so you can manually choose the left, right or center position for this part so you need to add custom code to adjust them to your liking.
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
{% if template contains 'index' %}
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team

