• heartstruckjewels

    (@heartstruckjewels)


    I am trying to insert images into posts & I am organizing them using categories. Every time I insert a picture into the post, no matter what size, in dashboard it shows it properly. But when I view the site the image is always showing larger then the image size I had selected, or how it appeared in post editing.

    Help!

    Here’s a link to where my problem is:
    https://www.heartstruckjewels.com/category/bracelets/

    click on the image & you see that its large. This is the size they are all appearing at. But I even have it set to thumbnail!

Viewing 9 replies - 1 through 9 (of 9 total)
  • esmi

    (@esmi)

    Check your theme’s custom options. That image – and its display dimensions – is being created by a function within your theme.

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    thank you so much! it was set to 800 that’s why it was always appearing large!
    I have been trying to figure this out for so long!
    thanks!!!

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    now…how can I change the post title font size? & not have the text flow past the image?

    esmi

    (@esmi)

    On what page?

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    i figured it out! thanks!

    brentkneper

    (@brentkneper)

    It’s great that you solve the problems yourself, but I wouldn’t mind if you post what your solution was for others (including my) benefit.

    Thanks!

    Brent, these are both set in your style.css. The image size is also referenced in your home.php and possibly functions.php… But you can change the settings for it by searching for the number if you know the width in pixels…

    As for the font size for anything in the theme it’s in style.css. Search for a number followed by em. Read what it says and it actually makes sense. Always keep an untouched copy of the code, but then hack away and see what works.

    heartstruckjewels, it’d be decent & courteous if you can reveal your solution to all of us. We’re all here seeking & giving solutions – not just seeking it.

    I hope you’ll share your solution with us soon.

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    sorry!
    I didn’t figure out how to get the text to flow past the image, but changing the font size was done in the style.css
    .single .post h2.entry-title, .single .attachment h2.entry-title{background:transparent;font-size:2.0em;font-weight:100;letter-spacing:-0.05em;line-height:1.2em;margin:0.5em 0 0.25em;padding:0;}

    I changed my font size to 2.0em. Because of this I no longer tried to fix the text flowing past the image i guess. So I would still like the answer to this if anyone has it.
    Sorry for not posting the answer before, I hadn’t seen the replies to this.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘post page image size’ is closed to new replies.