Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2163439
Images width and mobile view
Closed

Comments

  • kynat started the conversation

    Hello,

    I'd like to change the max-width of the images in the single posts to 700px, but only on desktop view. I already tried adding some css code and it worked, but images appeared cutted off when viewed on tablet and smartphones, so I turned back.

    Thanks in advance.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .post-entry img{ max-width: 700px; }


    Best Regards,

    PenciDesign