Hi All,
I added this personalisation text and text box, but it doesn’t like up with my variants option. What code do I have to use to line them up please?
Hi All,
I added this personalisation text and text box, but it doesn’t like up with my variants option. What code do I have to use to line them up please?
hello @cossetspace
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 789px){
.template-product .line-item-property__field{
margin-left: 3px;
}
}
That worked perfectly, thank you