Hey all,
would really appreciate it if someone could help me figure out how I could make the collection lists squared rather than rectangular and actually show the entire picture under it in the Flow Theme
Hey all,
would really appreciate it if someone could help me figure out how I could make the collection lists squared rather than rectangular and actually show the entire picture under it in the Flow Theme
hello @Nourkhodr
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
Url: https://nu-essential.myshopify.com/
there is no password
hello @Nourkhodr
please Go to Online Store->Theme->Edit code then go to assets/theme.index.css ->paste below code at the bottom of the file.
@media (min-width: 769px) {
.homepage-section--text-adverts-wrapper .text-advert-section .grid__item {
min-height: 80px;
}
}