@Isabel:
1. Are you translating to Spanish. For that you need to create es_ES.po and es_ES.mo file from catch-flames.pot file using Poedit software. I am confused we don’t have “leave a comment”, it should be as “Leave a reply” and also we don’t have “previus post”, it should be as “Older posts”. If you want, we can work together in this translation so that we will have it in core theme in next update. I will email you.
2. Which width are you talking about. I am bit confused. It’s already large enough as per the design.
3. For background color with opacity you need to use RGBA color. So, can per your color, it will be as below. You can add the following css in “Appearance => Theme Options => Custom CSS” box, where 164, 188, 175 is rgba color code and 0.6 means 60% opacity.
.sidebar-primary, .sidebar-secondary {
background-color: #a4bcaf;
background: rgba(164, 188, 175, 0.6);
}
4. Your background image is not showing as you have added grey background for your content.