• Resolved doctype1234

    (@doctype1234)


    Hi! I’ve been playing around with this theme and I like it a lot, but I have an issue with my image formatting. On my title page, my 3rd post always has a massive thumbnail picture instead of a smaller one. Does anyone know the reason behind this? Thank you so much!

    rootpolicy.org

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

Viewing 1 replies (of 1 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi @doctype1234,

    Thank you for reaching out to us! Your inquiry is very important to us and we pride ourselves on our Theme user support.

    Kindly goto Appearance >> customize >> Additional CSS and add below CSS

    @media only screen and (min-width: 768px) {
    	body .twp-archive-lr .twp-image-archive.image-full {
    	    width: 37%;
    	    margin-right: 3%;
    	    float: left;
    	}
    }
    
    body .twp-archive-lr .entry-content.twp-post-fullwidth {
        width: 60%;
        float: left;
    }
    
    @media only screen and (max-width: 767px) {
    	body .twp-archive-lr .entry-content.twp-post-fullwidth {
    	    width: 100%;
    	    float: left;
    	}
    }

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Image format issue on title page?’ is closed to new replies.