Support » Themes and Templates » Content Width

  • I have been using WordPress for around three years now. Unfortunately, I ran into an issue and had to reinstall WP. In my previous installation, a friend of mine had modified some code for me to widen the content area of the theme I was using, however, I do not want to ask him again how to do it, and I just want to learn this myself.

    If anybody could give me a bit of help, I am using the Twenty Twelve theme, here is a link to the site: http://www.jacobwcrosby.com

    All I really want to change is the giant gray bars on either side of the content to be gone, or at the very least, much, much thinner. I always use photographs that are about 900px wide, and I am not able to do that now… I dislike people having to click a link to view a large image, it works better this way to keep them on the site.

    I am also very open to a new theme that would allow for a ‘blog’ style with large images, none of the gallery junk, I really dislike galleries.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    All I really want to change is the giant gray bars on either side of the content

    Are you using a Child Theme, or do you have a Custom CSS/Styles plugin?

    Thread Starter jacobwcrosby

    (@jacobwcrosby)

    Neither, the theme is as it was installed from the WP Themes area, with no modifications.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try using a Custom CSS plugin to manage your CSS.

    Then within the area allocated of that plugin, try adding this;

    #page {
     max-width: 100%;
    }

    Thread Starter jacobwcrosby

    (@jacobwcrosby)

    Installed the manager, however, upon attempting to modify the custom CSS code box, I am not able to input anything. After viewing their video tutorial, I believe I am doing it correctly. I will proceed to troubleshoot this, unless you happen to have experience with such an issue.

    I will get back to you following the troubleshooting.

    Thank you so much for the quick response and effort!!!

    ~Jacob

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If the plugin causes grief, ditch it and create a Child Theme.
    Then use that Child Theme’s style.css file to add your CSS.

    These are both techniques to avoid modifying the theme’s original files. Modifications to themes’ files will be erased once themes update.

    Thread Starter jacobwcrosby

    (@jacobwcrosby)

    Okay, it was apparently one of my Chrome Plugins. Having resolved that, and having input the suggested data, there is no change in the website layout. I can input the data again and give you a moment to view the site if you like.

    Thread Starter jacobwcrosby

    (@jacobwcrosby)

    Interesting, I was unaware of the update issue. I had never had problems in the past with my friends modifications and the updates I had done. Although, it is possible that I did not actually update the modified theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I can input the data again and give you a moment to view the site if you like.

    Yes, please.

    Thread Starter jacobwcrosby

    (@jacobwcrosby)

    Done.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It seems the plugin isn’t working.
    Could you try the Child Theme method suggested above?

    Thread Starter jacobwcrosby

    (@jacobwcrosby)

    I will do that right now.

    Thread Starter jacobwcrosby

    (@jacobwcrosby)

    Alright, child created. I simply copied all contents of the twentytwelve theme into twentytwelve-child.

    I apologize for the delay, I had some FTP issues.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Content Width’ is closed to new replies.