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 #3692526
Center images/elements inside Blog Post and Sidebar
Open

Comments

  • elsatove started the conversation

    Hi team!

    Almost done with the website (thanks to you!), but there are some minor things left that I can't seem to solve.

    I’d like to have an image centered inside the blog post. It's centered in the post editor, but not in the post template.

    I reached out to WordPress support, and they told me to contact my theme builder since it seems to be an issue on your end. Not sure if this is correct?

    I also noticed that when I tried to center the headings inside the sidebars using the same tool as when I tried to center the image in the blog post, it didn’t work either.

    Do you have a CSS solution for this, maybe?

    Thank you again so much!

    Attached files:  Examples.zip

  •  2,464
    PenciDesign replied

    Hi,

    Please send me one of the post URLs that are related to your question.

    Regards,
    PenciDesign.


  •  2,464
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .aligncenter {
      margin-left: auto !important;;
      margin-right: auto !important;
    }

    Regards,
    PenciDesign.



  • elsatove replied

    Perfect!

    It works! Do you have something similar for the heading inside the sidebar?

    Thank you!

  •  2,464
    PenciDesign replied

    Hi,

    About the sidebar heading, you can select the text-align by going to Appearance → Customize → Sidebar → General → Sidebar Widget Heading Align.

    Regards,
    PenciDesign.