Re: How To Align Onto One Line?

How can I line up 'Subscribe to our emails' on one line for mobile view?

mr_Lynk
Excursionist
28 0 3

pls help me i wanna align " Subscribe to our emails "

Onto 1 Line ( onlyview mobile )

my URL: https://awcgl3630h6x3jws-85507440942.shopifypreview.com

thank you

 

mr_Lynk_0-1709483552361.png

 

Replies 8 (8)

deepaksharma
Shopify Partner
449 63 99

Hello there Mr_Lynk
Deepak here

Place this code in the custom css part of your theme editor 

/* For mobile devices with a width of 749px or less */
@media only screen and (max-width: 749px) {
    .inline-richtext.h1.scroll-trigger.animate--slide-in {
        font-size: 25px!important; /* Your desired font size for mobile */
    }
}

 

Note: You it was effecting because the font was too large so we will be reducing the size in mobile view only little bit, you can adjust the ideal size by your self.

 

If this don't work please let me know I will happily assit you on this problem here.

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com
mr_Lynk
Excursionist
28 0 3

thanks for support me. but its not work for me

deepaksharma
Shopify Partner
449 63 99

If you need still need further assistance we can contact me via mail

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com
mr_Lynk
Excursionist
28 0 3

pls support me at here ^.^

deepaksharma
Shopify Partner
449 63 99

may I know where did you paste the code I gave to you with screenshot?

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com
mr_Lynk
Excursionist
28 0 3

did i do it right?

mr_Lynk_1-1709524193881.png

 

deepaksharma
Shopify Partner
449 63 99

Okay try this

/* For mobile devices with a width of 749px or less */
@media only screen and (max-width: 749px) {
    .newsletter .center h2 {
    font-size: 12px !important;
}
}

 

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com
mr_Lynk
Excursionist
28 0 3

Still not work