How can I align the bottom text with the text above?

Hi @jinuralite

You can move that text by adding this code below to Custom CSS of that section in Online store > Theme > Customize

.hero__content { padding-left: 0px !important; }

1 Like