Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #727437

    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

    #727814

    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

    #737636

    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

    #738095

    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

    #740618

    Thank you, Rikard! It worked awesome.

    Please, close this thread.

    Best regards,
    Artem Tikhomirov

    #741564

    Hi Artem,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog post width and layout’ is closed to new replies.