Shopify themes, liquid, logos, and UX
Hi! I am trying to figure out if I can just add custom CSS to fix this issue. The gap between columns is quite large on the "Text Columns with Icons" section in the Impulse Theme (on mobile especially). I have three columns. The gap between each column is much too large. How to I reduce it in this section with CSS? Thanks!
Solved! Go to the solution
This is an accepted solution.
@JulieMaida - do you want like this? if yes then add this css to the very end of your theme.css file and check
.text-with-icons__blocks .text-with-icons__block{padding: 12px;}
@JulieMaida - yes css can reduce the gap, can you please share this page link to view the page?
This is an accepted solution.
@JulieMaida - do you want like this? if yes then add this css to the very end of your theme.css file and check
.text-with-icons__blocks .text-with-icons__block{padding: 12px;}
Thank you!! This worked. Thank you so much!
@JulieMaida welcome
Hello @JulieMaida
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?
Hi Julie! 😊 You can definitely fix the large gap between columns with a bit of custom CSS. Try adding the following to your theme’s Custom CSS section:
/* Reduce gap between columns in 'Text Columns with Icons' on mobile */
.text-columns-with-icons {
gap: 10px !important; /* Adjust the value to your preference */
}
@media (max-width: 768px) {
.text-columns-with-icons__item {
margin-bottom: 10px !important; /* Adjust spacing on mobile */
}
}
Thank you so much! I found another one before your post that worked for me. Thanks so much for your help and your time!
Hi @JulieMaida
.text-with-icons__block {
padding-inline: 5px !important;
}
I hope this helps
Best,
Daisy
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024