Hello!
Dear support, please help me to achieve this: I would like to have a layout for all blog posts with max 1000 px width (including sidebar) and grey background (example in private section).
Thank you in advance,
Regards,
Artem
Hey artemtik,
Please try the following in Quick CSS under Enfold->General Styling:
.single-post #av_section_2 .container {
max-width: 1000px !important;
}
Best regards,
Rikard
Thank you, Rikard!
It changed the width, but didn’t change the background color.
I guess I just need to make some changes in theme’s settings to achieve this.
Best regards,
Artem
Hi,
Thanks for the feedback, please try this instead:
.single-post #av_section_2 .container {
max-width: 1000px !important;
background-color:grey !important;
}
Best regards,
Rikard
Thank you, Rikard! It worked awesome.
Please, close this thread.
Best regards,
Artem Tikhomirov