badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Multiple Width Layouts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44851
    Paul Andrew
    Participant

    Thank you for your time,

    Is it possible to have the narrow width layout for computer browsers/width size and the wide width layout for anything smaller?

    #44891

    Hi Paul,

    The maximum narrow layout width is 978px. For which screen size you are trying to have the narrow width?

    Thank you!

    #44897
    Paul Andrew
    Participant

    I want to have the narrow width, to allow custom background, on the largest screen size, but the wide width, to maximize content size, on the screen sizes for tablet and smaller.

    #44925

    Hi Paul,

    To have the maximum content size for tablet and smaller devices go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    @media only screen and (max-width: 1078px) {
        .narrow-layout, .narrow-layout .wrapper {
            width: 100%;
        }
        .narrow-layout .wrapper {
            max-width: 94%;
        }
    }

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.