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 #1645940
styling post images universally
Closed

Comments

  • luciazw started the conversation

    Hi Penci,

    Is there a way to style all the images I insert into blog posts with custom CSS tags? I want all the images I insert into paragraphs to be center aligned and 600px in height as the default setting. 

    Let me know how that can be done thanks!

  •  2,699
    PenciDesign replied

    Hi,

    I don't recommend you do that because if you do that, all your images can be scale and it's too bad for a website. If you want to make the images inside your paragraphs center, you can use this custom css code:

    .entry-content p img { display: block; margin-left: auto; margin-right: auto; }

    For change the image size when you insert images for your posts, please click on the image on media library > and select Image Size on the right side - check this image.


    Best Regards,

    PenciDesign