URL to my website:
USING CRAFT THEME
I am trying to center only the IMAGE in the -Image with Text- section
(The image under my headings, made center to look like a underline boarder)
Please help! I have tried every code I could find on these forums
URL to my website:
USING CRAFT THEME
I am trying to center only the IMAGE in the -Image with Text- section
(The image under my headings, made center to look like a underline boarder)
Please help! I have tried every code I could find on these forums
FOUND THE CODE!!! YAY!
Online store > Theme > Edit code > ASSET > BASE.CSS >
Put THIS CODE at the bottom
.image-with-text__text-item.grid__item {
display: none;
.image-with-text__media-item {
max-width: 400px;
margin: 0 auto;
}