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.
password; joepjoep
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.
password; joepjoep
Hi @Disci
Try this one.
@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?