Hi, is it possible to create a main.css in child theme folder to override the original one? It seems it doesn't work. I'd like to reduce main body from 1170 to 1080 px.
I added code you suggested in style.css of the child theme (please check image in previous message) but it doesn't work, you can check here ( https://www.test.pupia.tv/ ). I can't modify main.css in main theme, else I'll have to change it after any update.
The only override possible is from theme customization and then css, but I should add also media queries.
Hi, is it possible to create a main.css in child theme folder to override the original one? It seems it doesn't work. I'd like to reduce main body from 1170 to 1080 px.
Hi,
You should create a child theme then overwrite some CSS rules. This is a CSS code overwrite the main site from 1170 to 1080 px:
Regards,
PenciDesign.
I added code you suggested in style.css of the child theme (please check image in previous message) but it doesn't work, you can check here ( https://www.test.pupia.tv/ ). I can't modify main.css in main theme, else I'll have to change it after any update.
The only override possible is from theme customization and then css, but I should add also media queries.
Hi,
I've checked your site, the main body container is now from 1170 to 1080px already:
What wrong?
Regards,
PenciDesign.
sorry, I didn't empty cache