• Resolved ajhauser

    (@ajhauser)


    Hello again! 3 questions for you, good sir:

    1. When I go to Customize > Theme Options and change Page Content Max-width and Content Max-width to 800, the images in my post still display at 740 pixels wide even though the content seems to spread out wider. Any idea why it’s not just using the original image I uploaded? (It was in fact 800px wide.)

    2. Is there a setting to change the font weight so I can make it a bit darker without changing the typeface completely? I’d like to make the main text a bit darker, and also slightly larger so it stands out more from the image captions – especially on mobile.

    3. Do you take custom, paid requests for theme modifications? For example, I’d love to discuss hiring you to help me customize author credit and the content under that, and also develop a custom page for listing multiple posts in a really nice, easy-to-scan way.

    If you take on custom work, could you please let me know?

    Thanks very much!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi! Sorry for a late reply, been busy updating 33 themes…

    1) What happens if you edit functions.php on line 43, where it says:

    
    if ( !isset( $content_width ) ) { $content_width = 740; }
    

    And change that to 800? Or force all size-large images to 100% width:

    
    .size-large .wp-block-image img { width: 100%; }
    

    2) Try this additional css:

    
    .entry { font-weight: 400; }
    

    3) I do not do custom work, sorry. 🙁

    Thread Starter ajhauser

    (@ajhauser)

    No worries – I’m glad you’re keeping busy! Thank you for the reply:

    1. The edit to functions.php worked perfectly and the theme is not selecting my larger images, not the compressed ones without the CSS tweak – which is great:

    if ( !isset( $content_width ) ) { $content_width = 800; }

    2. Worked perfectly – thank you!

    3. No worries – thanks again for your help!

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘3 Questions: Text, Image Size and Custom (Paid) Work’ is closed to new replies.