Hello I have a homepage that pretty much takes you to two different sides of the same website. Currently it looks like the picture below. I would like to make sure the pictures are the exact same size and add a border between them so that they look separate. A nice decorated border perhaps.
website is: https://biggers-market.myshopify.com/
Hello @BB_Tech
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your assets/base.css theme file.
-
Add the code at the end of the file:
#Banner-template--16099036758185__49493c15-6899-4fd7-8848-4ec17475e498 .banner__media.media.banner__media-half:first-child img{
padding-right: 10px;
background: #ffffff;
}
#Banner-template--16099036758185__49493c15-6899-4fd7-8848-4ec17475e498 .banner__media.media.banner__media-half:nth-child(2) img{
padding-left: 10px;
background: #ffffff;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Is there a reason why duplicating the current version would get rid of these changes that you helped me with? I have tried multiple different ways and they wont carry over