ghettosaralee.com
I am looking at the source code and the image tags themselves are setting the size of the images and it’s ignoring the css/php tags.
How can I get them to fit in the 200px x 200px space they’re supposed to go in on the timeline and have even dimensions in the header?
[url=http://postimg.org/image/6ctymx5nr/][img]http://s15.postimg.org/6ctymx5nr/header.png[/img][/url]
[url=http://postimg.org/image/and7w904n/][img]http://s15.postimg.org/and7w904n/timeline.png[/img][/url]
Hello, for the header image, it’s the actual size of image you upload. For the timeline image, if you wan to change the size, please open “functions.php” file and search for the code “add_image_size( ‘timeline-image’, 200, 200, true );”, change 200×200 to the size you want. Then you need to re-upload your images. Thanks!