Formatting Issue: Centering

  • Author
    Posts
  • #15921
    Olivia

    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!
    Olivia

    #15939
    Kay
    Cryout Creations mastermind

    Hi!

    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: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #16053
    Olivia

    Hi 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,
    Olivia

    #20380
    Kay
    Cryout Creations mastermind

    No, 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: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Formatting Issue: Centering’ is closed to new replies.