• Hi guys,
    Marla Theme is the best!….However Im currently having an issue with my site contributors images being stretched. Ive tried swapping out the Site Contributors Plugins, but I still get the same results. The images are stretched to the full length of the page.

    Here’s the page:
    http://www.thisboundlessworld.com/writers

    Is this something that you guys can help with?

    Thanks!
    Dan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ceslava

    (@ceslava)

    Hi Ribo,

    Thanks for your kind words.

    What you say it´s true, my theme resize the images to full width of the page. If you want to prevent this add this code to the Custom CSS

    .entry-content avatar img {width:auto}

    If you want all images to have just its original width you sgould add this code

    @media only screen and (min-width: 1070px) {
    .entry-content  img {width:auto}}
    
    .entry-content  img {width:auto; margin-left: auto;}
    
    

    Let me know if it´s OK now

    Best,
    ceslava

    Thread Starter Ribo

    (@ribo)

    Hi Ceslava,
    Thanks so much! That worked fast and perfectly!!

    Now the site is looking exactly how I want it.

    Thanks,
    Daniel

    Theme Author ceslava

    (@ceslava)

    Great !!!

    Please consider make a review about Marla

    Best,
    @ceslava

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images Stretched When pulling in Author Images’ is closed to new replies.