I've been looking around trying to find a solution to my problem, but I can't figure it out. I have a paid account, I'm currently using Component. The two changes that I want to do on the Component layout are:
- adding a header (done)
- bringing the width of the whole layout to 80% or 70% to make the background image visible.
Thanks to this tutorial, I added code into a personal theme layer (id 8677302, or see here). Through this tutorial, I've successfully added my header. But despite several attempts at changing this part of the code
var string k1Swidth = "80%"; # width of component layout (including entries and components)
like I thought I was supposed to, the width of my layout doesn't change (even though the layout is compiled without error). I'm not sure why it's not working. Could somebody help? Is there something really simple and stupid I'm not doing? Thank you so much for your help.