Skip to content
Public Ticket #29215

Center images/elements inside Blog Post and Sidebar

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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

Regards,
PenciDesign.

elsatove replied

Customer Reply

Perfect!

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

Thank you!

PenciDesign Supporter replied

Staff Reply

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.



PenciDesign Supporter replied

Staff Reply

Hi,

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

Regards,
PenciDesign.


elsatove started the conversation

Conversation Start

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!

Want to join this conversation or access attachments? Sign in first.