Align text

Hi!

I want the text on the home page on phone to be aligned on the left instead of the middle. I am talking about the text under the products. The signature (which is a picture) can just stay in the middle.

discinetherlands.com

password; joepjoep

1 Like

Hi @Disci

Try this one.

  1. From your Shopify admin dashboard, click on ā€œOnline Storeā€ and then ā€œThemesā€.
  2. Find the theme that you want to edit and click on ā€œActionsā€ and then ā€œEdit codeā€.
  3. In the ā€œAssetsā€ folder, click on ā€œbase.css, style.css or theme.cssā€ file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px){
a.product-title.line-clamp {
    text-align: left;
}
.v-stack.justify-items-center.gap-2 {
    width:  100% !important;
}
.justify-items-center {
    justify-items: left !important;
}
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hi! this looks great but this is not exactly what i meant… sorry if i wasnt clear.

I was talking about the text below the products, with ā€˜understated…’ and the paragraph underneath

You think you can align this on the left?