Hi
I've got an issue with margins in mobile view, where the product description has a larger right margin than left margin. Any help in increasing the left margin so it's not touching the edge of the page would be massively appreciated. Preferable to make the right and left hand margins equal.
I've pasted a screenshot below:
URL: https://n1vitamins.com/products/everyday-tablets
Password is EverydayTablets100!
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @N1Vitamins ,
Add the following code to your CSS File:
.is-initialized {
padding-right: 22px;
padding-left: 22px;
}
That should do it! Let me know!
User | Count |
---|---|
558 | |
207 | |
121 | |
83 | |
44 |