-
AuthorPosts
-
January 13th, 2014 at 22:34 #15921Olivia
Hello! I’d like for all post pages on my website to be centered (font and media alike). However, despite using the “center” option both in the Tempera and post editors, I can’t seem to get pictures to be anything but left-aligned. Also, how can I put the comments box in the middle instead of on the left?
Thanks for your help!
OliviaJanuary 14th, 2014 at 22:19 #15939KayCryout Creations mastermindHi!
Thanks a lot for the feedback. It looks like a small bug. Add this code to the Custom CSS area under Miscellaneous Settings:
#content .wp-caption {display:block !important;}
This should be fixed in the next theme update as well.
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.January 17th, 2014 at 19:25 #16053OliviaHi Kay,
Thanks for that code! My pictures are all centered now, but the comments box still isn’t – it’s still left-aligned. Was the code supposed to fix both?
Cheers,
OliviaJanuary 25th, 2014 at 16:21 #20380KayCryout Creations mastermindNo, the comments box is still meant to be left aligned. That’s how we want it and that’s how the majority of people and sites want it. But if you want to center it here’s the custom CSS to ad:
#commentform {margin:0 auto;}
Good luck!
Before posting consider reading our short theme debugging instructions.
Please read the FAQs: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes. -
AuthorPosts
The topic ‘Formatting Issue: Centering’ is closed to new replies.