Hi,
I want a border around catalog container similar to what we have here. All containers are same no matter what is image size : https://bellamodastudio.com/sleeved-bandage-dresses/?sort=newest
I am sure this is possible using quicss css or Custom fucntion. I really need this.
Regards
Aadil
Hey danielromanin,
Where exactly are you looking to apply a border? Could you point it out on your site please?
Best regards,
Rikard
Hi Rikard,
I have mentioned above and here i explain again.
I need border around catalog. Please check this site https://bellamodastudio.com/ . All catalog products have border around products.
I want same thing here : http://prntscr.com/hqyirz
You can say border around catalog container.
Thanks
Aadil
Hi Again,
Please check here on reference site https://bellamodastudio.com/just-in-1/?sort=newest have border around catalog products :
Please check : http://prntscr.com/hqyjj3
Thanks
Aadil
Hi Aadil,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top ul.products li {
border: solid 1px #a5a5a5;
}
#top ul.products li .thumbnail_container {
height: 360px;
display: flex;
}
#top ul.products li .thumbnail_container img {
width: auto;
height: auto;
border: 0 !important;
}
#top ul.products li .inner_product_header {
height: 124px;
display: flex;
}
Let us know if this helps :)
Best regards,
Nikko