Home Forums Basel support forum How do I change boxed layout width for v4.8.1?

How do I change boxed layout width for v4.8.1?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #145337

    noraferg
    Participant

    I want to reduce the boxed width to 1000px, and ensure site stays responsive. Old posts on the subject in your forum don’t work. Site is in development.

    #145499

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.wrapper-boxed .website-wrapper {
       max-width: 1000px;
    }

    Best Regards

    #147656

    noraferg
    Participant

    Thank you, that worked.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How do I change boxed layout width for v4.8.1?’ is closed to new replies.