First of all thanks for reading, and my apologies for my lack of knowledge.
I have a WP site running with a theme and a child theme. I run it in 3 languages Spanish, English and Portuguese; and for handling the translations I’m using WPML plugin.
My problem is that in the translated Portfolios and Contact page the site is not looking quite as I want. After quite a lot of research on WPML support’s end the conclusion was that my devs the child-theme including additional CSS sheets that are surprisingly set to post/page specific levels. So the styling goes like in the pictures:
And the same goes for the Contacts ID posts.
So in this scenario WMPL support solution is to “copy” the script and just change in the copied lines the post id.
I believe this is a short term solution as if in the future any of the following happen I will have to re do it again:
-I want to create a second Portfolio Page
-I want to add a new language
-For whatever reason I delete the portfolio or contact page and re do it it will have a new post ID
So the question is: Isn’t another option to achieve this in a more “clean” fashion? I wouldn’t know how but I imagine something like saying in the CSS, for Portfolios the styling should be these -no matter which language-; for Contact, the styling should be these, etc
My dev is saying this approach is wrong, but for me their explanations make no sense.
Any advise would be deeply appreciate
Cheers