All things Shopify and commerce
Hello guys how can I minimize the space between there 2 sections and make the title (Eure Fragen unsere Antworten) be written in 1 line for mobile?
You can add custom styles in one of the CSS files. What is your store URL address? I can show you where to put these styles.
Hello @NikosBat
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> component-image-with-text.css
add this code at the end of the file and save.
@media screen and (max-width: 768px) {
#shopify-section-template--24058707509580__image_with_text_bteEtd div.image-with-text__content {
padding: 0px !important;
}
}
result
Thanka
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025