thunderup Active member Feb 6, 2016 #1 So if I have a page set to 1190px width on the main content container.. What CSS would I need if I was to add a widget and wanted it to go 100% page width (1920px for example) inside of the main content container? Thanks!
So if I have a page set to 1190px width on the main content container.. What CSS would I need if I was to add a widget and wanted it to go 100% page width (1920px for example) inside of the main content container? Thanks!
P Paul B XenForo moderator Staff member Feb 6, 2016 #2 In general, the easiest way to achieve that is to have the widget outside the div where the width is set to 1190px. Upvote 0 Downvote
In general, the easiest way to achieve that is to have the widget outside the div where the width is set to 1190px.
thunderup Active member Feb 6, 2016 #3 Brogan said: In general, the easiest way to achieve that is to have the widget outside the div where the width is set to 1190px. Click to expand... How would I get the widget outside of the main content div? Thanks! Upvote 0 Downvote
Brogan said: In general, the easiest way to achieve that is to have the widget outside the div where the width is set to 1190px. Click to expand... How would I get the widget outside of the main content div? Thanks!
P Paul B XenForo moderator Staff member Feb 6, 2016 #4 The PAGE_CONTAINER template, between these two lines: Code: <div id="content" class="{$contentTemplate}"> <div class="pageWidth"> Upvote 0 Downvote
The PAGE_CONTAINER template, between these two lines: Code: <div id="content" class="{$contentTemplate}"> <div class="pageWidth">
thunderup Active member Feb 6, 2016 #5 Well this is a widget for a specific widget page, so I would insert the widget code manually into that template in there? Upvote 0 Downvote
Well this is a widget for a specific widget page, so I would insert the widget code manually into that template in there?