Hello,
I want to adjust the size of the text columns with images on my home page and fit them on the width of the page.
I need all 4 columns to appear within the screen.
Could you please advise?
Thanks in advance,
Hello,
I want to adjust the size of the text columns with images on my home page and fit them on the width of the page.
I need all 4 columns to appear within the screen.
Could you please advise?
Thanks in advance,
Hi @Eduardo_DT ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
yes, please check your theme setting also add this code
.column__image {
padding-top: 100% !important;
}
Hello,
Thanks for your answer.
I have added the code. It has now fit the width of the page, but the four images/columns still do not appear within the screen.
I need all 4 columns/images to appear within the screen.
Thanks in advance,
yes, please try this code
@media only screen and (min-width: 990px) {
#shopify-section-template--15715202236670__164554396534b57461 .large-up--three-tenths {
width: 25%;
}
}
Thank you!
its my pleasure to help us
Hi,
I have the same problem, where do I add this code? Thank you for your help