BinaryData Posted December 5, 2015 Share Posted December 5, 2015 I've been working on this for a week now, and I can't seem to get ANYTHING to work. I've tried HTML Changes, CSS changes, etc.. I need to widen a specific page to about 1300px, instead of the stock 960px. I've done tons of Googling and NOTHING worked, which is pretty darn hard to believe. Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/ Share on other sites More sharing options...
0 Dick Montage Posted December 5, 2015 Share Posted December 5, 2015 Helps if you post a link, nobody knows what theme you are referring to. Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597167184 Share on other sites More sharing options...
0 BinaryData Posted December 6, 2015 Author Share Posted December 6, 2015 15 hours ago, Nik L said: Helps if you post a link, nobody knows what theme you are referring to. Ahh my bad. The theme is GONZO. WordPress Testing Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168334 Share on other sites More sharing options...
0 +virtorio MVC Posted December 6, 2015 MVC Share Posted December 6, 2015 I was able to change it to that size in Chrome by changing handful of values in the inspector. What exactly is the problem? Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168348 Share on other sites More sharing options...
0 BinaryData Posted December 6, 2015 Author Share Posted December 6, 2015 3 minutes ago, virtorio said: I was able to change it to that size in Chrome by changing handful of values in the inspector. What exactly is the problem? I'm trying to change a specific page, and ONLY that page. I can remove widgets and widen it that way, but I'd rather have widgets there. I've tried adding it in the custom CSS, and I've tried adding code to the HTML, and nothing has worked. Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168350 Share on other sites More sharing options...
0 adrynalyne Posted December 6, 2015 Share Posted December 6, 2015 Wrap that page in a custom css class and set its width. #omc-container {width: 990px; padding:30px 0px 0px 40px ;} to #omc-container {width: 1300px; padding:30px 0px 0px 40px ;} Line 10 style_1024.css If this ID is used in other places, then wrap it with a div and a class and then adjust the css: .someClass #omc-container {width: 1300px; padding:30px 0px 0px 40px ;} Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168368 Share on other sites More sharing options...
0 BinaryData Posted December 6, 2015 Author Share Posted December 6, 2015 11 minutes ago, adrynalyne said: Wrap that page in a custom css class and set its width. #omc-container {width: 990px; padding:30px 0px 0px 40px ;} to #omc-container {width: 1300px; padding:30px 0px 0px 40px ;} Line 10 style_1024.css If this ID is used in other places, then wrap it with a div and a class and then adjust the css: .someClass #omc-container {width: 1300px; padding:30px 0px 0px 40px ;} And.... I'm lost. I've never worked with WordPress before. Probably why it's so painful. Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168374 Share on other sites More sharing options...
0 adrynalyne Posted December 6, 2015 Share Posted December 6, 2015 8 minutes ago, BinaryData said: And.... I'm lost. I've never worked with WordPress before. Probably why it's so painful. The changes are not in Wordpress, they are in the css file I mentioned under /wp-content/theme/Gonzo/css. You can handle that. If you need to add a wrapping div, locate the page in WP that will use it and add it to the content. WordPress is probably the worst CMS I have used, but people like it for some reason. Wait, no. DNN was worse. Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168380 Share on other sites More sharing options...
0 BinaryData Posted December 6, 2015 Author Share Posted December 6, 2015 8 minutes ago, adrynalyne said: The changes are not in Wordpress, they are in the css file I mentioned under /wp-content/theme/Gonzo/css. You can handle that I am sure. So, I did that. Made the screen wider, however the page isn't proportionate anymore. Maybe I'm not understanding something. I want the Archives page (page-id-5) to be 1300px or bigger, while the rest of the site stays 990px or the standard size it is. Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168386 Share on other sites More sharing options...
0 adrynalyne Posted December 6, 2015 Share Posted December 6, 2015 Maybe a screenshot of what you want would make it easier for me to see what you would like to see. Can you link the precise page in question? Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168388 Share on other sites More sharing options...
0 BinaryData Posted December 6, 2015 Author Share Posted December 6, 2015 18 minutes ago, adrynalyne said: Maybe a screenshot of what you want would make it easier for me to see what you would like to see. Can you link the precise page in question? Sent via PM. Link to comment https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/#findComment-597168396 Share on other sites More sharing options...
Question
BinaryData
I've been working on this for a week now, and I can't seem to get ANYTHING to work. I've tried HTML Changes, CSS changes, etc..
I need to widen a specific page to about 1300px, instead of the stock 960px.
I've done tons of Googling and NOTHING worked, which is pretty darn hard to believe.
Link to comment
https://www.neowin.net/forum/topic/1280796-widening-a-specific-wordpress-page/Share on other sites
10 answers to this question
Recommended Posts