Multicolumn on mobile: reduce small size & line spacing (dawn theme)

Solved

Multicolumn on mobile: reduce small size & line spacing (dawn theme)

10xfuel
Pathfinder
134 0 15

Hi! Multicolumn on www.10xfuel.com mobile only (desktop looks great!): how can I:
- reduce font sizes of the headings
- reduce line spacing of descriptions

10xfuel_0-1705630386842.png

 

Thx!

 

Accepted Solutions (2)

suyash1
Shopify Partner
10716 1324 1700

This is an accepted solution.

@10xfuel - please add this css to the very end of your base.css file and check

 

@media screen and (max-width:749px){
.multicolumn-card.content-container h3{font-size: 22px !important;}
.multicolumn-card.content-container p{font-size: 20px !important; line-height: 24px;}
}

 

suyash1_0-1705630887214.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

PageFly-Henry
Shopify Partner
1184 335 297

This is an accepted solution.

Hi @10xfuel 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

.multicolumn.color-accent-1.gradient.background-none.no-heading h3 {

    font-size: 25px !important;

}

.multicolumn.color-accent-1.gradient.background-none.no-heading p {

   line-height: 25px !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

suyash1
Shopify Partner
10716 1324 1700

This is an accepted solution.

@10xfuel - please add this css to the very end of your base.css file and check

 

@media screen and (max-width:749px){
.multicolumn-card.content-container h3{font-size: 22px !important;}
.multicolumn-card.content-container p{font-size: 20px !important; line-height: 24px;}
}

 

suyash1_0-1705630887214.png

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

PageFly-Henry
Shopify Partner
1184 335 297

This is an accepted solution.

Hi @10xfuel 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

 

@media (max-width: 767px){

.multicolumn.color-accent-1.gradient.background-none.no-heading h3 {

    font-size: 25px !important;

}

.multicolumn.color-accent-1.gradient.background-none.no-heading p {

   line-height: 25px !important;

}}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.