Problem with a custom Theme
MatteoLidoni opened this issue · 3 comments
MatteoLidoni commented
sbodak commented
@MatteoLidoni You must compare
https://github.com/sbodak/magento2-checkout-custom-form/blob/master/view/frontend/web/template/shipping.html
with shipping.html
file from the custom theme.
This is probably just a styling issue.
Keep in mind that the main modification of this file in my module is between line 31-41:
https://github.com/sbodak/magento2-checkout-custom-form/blob/master/view/frontend/web/template/shipping.html#L31-L41
MatteoLidoni commented
Thanks for your reply!!
This is my shipping.html file : https://codeshare.io/aV03o4 or https://ghostbin.com/paste/ysr5g
But I can't find the problem.
Can you help me?
MatteoLidoni commented
Solved.
I added my theme style code in shipping.html at the bottom of the page.
Thanks for your help!