Hi,
I would like to increase the size of my complimentary products section on mobile, for some reason it is very small and people can’t really see the products so good. Hope someone can help with this 
Password: 123456
26eacc-2.myshopify.com
Focal theme
Hi @Daniel19901
Paste this code in base.css
.product-item-meta__title {
font-size: 1.5rem;
}
Regards
Team_OSC
@Team_OSC thx, but I was referring to the images, not just the header
Hi @Daniel19901
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 theme.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
.product-item__image-wrapper {
width: 150px !important;
margin-right: 10px !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly