Nirjonadda Well-known member Nov 30, 2017 #1 Please let me know that How to configure fluid layout style?
Russ Well-known member Nov 30, 2017 #3 Style Properties -> Page Setup -> Maximum page width, change to 100% or whichever you'd like. Upvote 1 Downvote
Nirjonadda Well-known member Nov 30, 2017 #5 Russ said: Style Properties -> Page Setup -> Maximum page width, change to 100% or whichever you'd like. Click to expand... How to make fluid with boxed layout? This code not working in in extra.less. Code: .p-pageWrapper { max-width: 1200px; margin: 0 auto; background-color: #FFF; padding: 10px; } Upvote 0 Downvote
Russ said: Style Properties -> Page Setup -> Maximum page width, change to 100% or whichever you'd like. Click to expand... How to make fluid with boxed layout? This code not working in in extra.less. Code: .p-pageWrapper { max-width: 1200px; margin: 0 auto; background-color: #FFF; padding: 10px; }
Russ Well-known member Nov 30, 2017 #6 Well, 1200px is setting it at that width, change it to 100%, or whichever value you'd like. Upvote 0 Downvote
Nirjonadda Well-known member Nov 30, 2017 #7 Russ said: Well, 1200px is setting it at that width, change it to 100%, or whichever value you'd like. Click to expand... Excellent, Thanks for your great support ... Upvote 0 Downvote
Russ said: Well, 1200px is setting it at that width, change it to 100%, or whichever value you'd like. Click to expand... Excellent, Thanks for your great support ...
Nirjonadda Well-known member May 24, 2018 #8 @Russ Please let me know that how to also boxed cookie notice? Code: .p-pageWrapper { max-width: 95%; margin: 0 auto; background-color: #FFF; padding: 10px; } Upvote 0 Downvote
@Russ Please let me know that how to also boxed cookie notice? Code: .p-pageWrapper { max-width: 95%; margin: 0 auto; background-color: #FFF; padding: 10px; }
Russ Well-known member May 25, 2018 #9 You can easily adjust the width of that notice by adding this to extra.less: Code: .u-bottomFixer { max-width: @xf-pageWidthMax; margin: 0 auto; } Upvote 0 Downvote
You can easily adjust the width of that notice by adding this to extra.less: Code: .u-bottomFixer { max-width: @xf-pageWidthMax; margin: 0 auto; }