Hi,
I’m using the Dawn 2.0 theme. This problem is regarding the mobile version.
I have a ‘featured collection’ section on my home page. As you can see in the picture below, in the last card, the words “FRUIT BOOSTER” by the code default are too long to be together on the same line, although actually they will not really cross the edges of the card. Therefore, I want to merge the last two lines into one line.
How can I do that?
Thanks
@Ben1000 - can you please share this page link? I will check if we can do that by adjusting space
@Ben1000
Welcome to the Shopify community!
Thanks for your good question.
’
Please share your Page url.
So that I will check and let you know the exact solution here.
@Ben1000 ,
Hi Please share the store URL.
Hi @oscprofessional ,
You are on the English language, change to Dutch (the primary language)
@Ben1000 ,
@media only screen and (max-width: 400px) {
.card__content {
padding: 9px 0;
}
.card__information {
padding: 0;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
@Ben1000
Add the following CSS code to your assets/base.css bottom of the file.
@media only screen and (max-width: 400px) {
.card__heading.h5 {
font-size: calc(var(--font-heading-scale) * 0.9rem) !important;
}
}
Thanks!
Hi @dmwwebartisan
Thanks, how can I make this solution to fit to this section specifically?
Section:
14625265319989__1645895189bf0b1a3e
Store URL:
wortheattt.myshopify.com
Thanks
Hi @dmwwebartisan
Can you help me with the last question of how can I make this solution to fit to this section specifically?
Thanks