• With my current theme biggest picture I can post is 630 pixels in width I would like to make it at least 800-900 pixels in width.

    My current theme is Arras Theme, I know there a current themes with larger width but I rather keep using this theme.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Edit your theme’s functions.php file and, after the opening <?php tag, add the line:

    $GLOBALS['content_width'] = 800;

    Thread Starter harlaown

    (@harlaown)

    Still don’t work.

    It will only work with new images. It won’t automatically resize previously uploaded images.

    Thread Starter harlaown

    (@harlaown)

    No that’s not what I am talking about.

    I host all my pictures in my flickr account rather then my host so I can resize the picture at will.

    My problem is when I post my picture in a blog post I have to resize them to 630 pixels in width or else it would overlap with my sidebar.

    Thread Starter harlaown

    (@harlaown)

    Also I added this in my CSS and it works but it over laps my sidebar, I can post picture with 800px in width the sidebar overlaps on 1/4 of the picture.

    body div#content { width: 800px !important; }

    You’d need to edit your theme and/or its CSS to stop the overlap happening.

    Thread Starter harlaown

    (@harlaown)

    How do I go about on that?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Make the theme larger?’ is closed to new replies.