You’re right, Aaron :laugh:
However, you shouldn’t edit in that file, it’s just a compressed file, you can go to backend > template manager > general tab > set Optimize Css to No. Then you can see that css rule belongs to /templates/ja_hawkstore/css/template.css file
But I recommend you to make change by this way:
– Create a new css file named: custom.css in directory /templates/ja_hawkstore/css
– Put your own css code into this new file:
.t3-masshead h3.jamasshead-title {
padding: 0 0 0 20px;
}
This way will allow you to customize without fear of losing your work when updates appear.
Best Regards