iamjudd Well-known member Nov 16, 2017 #1 Been trying to sort this out but either mess things up or it just isnt going right. How can I get the default theme to be a boxed layout?
Been trying to sort this out but either mess things up or it just isnt going right. How can I get the default theme to be a boxed layout?
Russ Well-known member Nov 16, 2017 #2 Which part are you wanting to be "boxed" exactly? Something like this in extra.less: Code: .p-pageWrapper { max-width: 1200px; margin: 0 auto; background-color: #FFF; padding: 10px; } Would result in: Upvote 0 Downvote
Which part are you wanting to be "boxed" exactly? Something like this in extra.less: Code: .p-pageWrapper { max-width: 1200px; margin: 0 auto; background-color: #FFF; padding: 10px; } Would result in:
iamjudd Well-known member Nov 16, 2017 #3 Russ said: Which part are you wanting to be "boxed" exactly? Something like this in extra.less: Code: .p-pageWrapper { max-width: 1200px; margin: 0 auto; background-color: #FFF; padding: 10px; } Would result in: View attachment 161938 Click to expand... perfect! thank you! Upvote 0 Downvote
Russ said: Which part are you wanting to be "boxed" exactly? Something like this in extra.less: Code: .p-pageWrapper { max-width: 1200px; margin: 0 auto; background-color: #FFF; padding: 10px; } Would result in: View attachment 161938 Click to expand... perfect! thank you!