Multirow image sizing to make fullscreen (homepage)

Multirow image sizing to make fullscreen (homepage)

PhMA
Explorer
46 0 6

dear community,

Im using refresh theme but i do not like that there multirow or text with image sections are always displaying the images in some sort of square/box/card structure, I would like to have the images go fullscreen until the edge of the device. how can I

A) change this behavior for the entire theme

 

or only

B) change it for a particular section

 

current screenshot shows it from homepage

 

Screenshot 2024-09-07 at 3.06.06 a.m..png

 

C) how can I change the text font size for only 1 particular section how to increas it

D) change the font size for paragraph for the entire theme -> what will happen on mobile? will mobile use a different font size automatically that fits the smaller screen?

 

many thanks

preview: https://ywj95ufem1ian0t3-61049766108.shopifypreview.com

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1764 541 599

@PhMA , if you can't find any settings in your customize. Follow these to custom your section

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above </body>

<style>
.section-template--18349959971036__multirow_98qgrd-padding .image-with-text:nth-child(2) .image-with-text__grid {
   flex-direction: column;
}
.section-template--18349959971036__multirow_98qgrd-padding .image-with-text:nth-child(2) .image-with-text__media-item {
   width: 100%;
}
.section-template--18349959971036__multirow_98qgrd-padding .image-with-text__text.rte.body li {
   font-size: 20px /*Change it to increase the font size text*/
}
</style>

BSSCommerceB2B_0-1725674292125.png



B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

PhMA
Explorer
46 0 6

many thanks but I like to have it full screen until the border of the screen

plus can you help me for 

A)

B)

C)
D)

?

many thanks

PhMA
Explorer
46 0 6

@BSSCommerce-B2B  would you have a solution for the other questions A, B, C, D  ?

https://9tg6kkf1xizmk3xe-61049766108.shopifypreview.com