• Resolved jrophotos

    (@jrophotos)


    How do I change the width of the boxed page layout? I’d like it to be about 1400 px wide instead of the default 1050.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    Thank you for using Maskitto theme.

    We did not test this, but you can try to paste this CSS snippet under Maskitto Light Options > CSS Code.

    .boxed-layout {
        max-width: 1400px!important;
    }
    
    .boxed-layout nav.primary {
        max-width: 1398px!important;
    }

    Best regards,
    Shufflehound

    litacandela

    (@litacandela)

    Hi!!! i was looking for this, where do i put that exactly?

    litacandela

    (@litacandela)

    it worked!!! you guys made my day, thanks!!!!!!1

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

The topic ‘Boxed Page Layout size’ is closed to new replies.