Hello,
I'll start customizing the template, and I see no documentation about do it with less.
The first thing I do is change the logo on the other wider.
To do this, apart from that fact in the template, I need to change the layout.less file on line 44.
original:
padding: 17px 52px 18px; text-align: center; max-width: 220px;
new:
padding: 17px 0; text-align: center; max-width: 220px;
If they change, it works perfectly, but in the next update of the template will miss my change.
How can I do ?, Is there any documentation about it?
Logically, it is not only this change, but many others.
Regards