Title: Font &amp; Alignment changes
Last modified: January 25, 2022

---

# Font & Alignment changes

 *  Resolved [afterthoughtcommittee](https://wordpress.org/support/users/afterthoughtcommittee/)
 * (@afterthoughtcommittee)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/font-alignment-changes/)
 * Hello,
 * for seemingly no reason at all, certain elements of my page are loading their
   alignment, font size, or padding settings incorrectly.
 * On mobile, for example, the “Preorder” buttons is no longer centered, despite
   checking every setting.
 * The author bios are all formatted exactly the same way, but for some reason the“
   Kyle Tam” block loses its padding, font size, and alignment settings.
 * Also on mobile, the checkout page payment box is no longer the correct color,
   which results in the text clashing with the payment block. Is there any way to
   change the text color just for that block?
 * Thank you in advance for ooking things over. I’ve never made a website before
   and this is all very confusing.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffont-alignment-changes%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/font-alignment-changes/#post-15295527)
 * Hi [@afterthoughtcommittee](https://wordpress.org/support/users/afterthoughtcommittee/),
 * Thanks for choosing Neve!
 * I checked your site, but I couldn’t see any of the issues reported above. The
   preorder button is centered on my end, the “Kyle Tam” author bio is displayed
   as the rest of the author bios and no layout issue seems to appear on the checkout
   page. [Here](https://vertis.d.pr/bRAHZS) is one example with the author bio that
   is displayed properly for me. Let me know if you still encounter these issues.
 * Have a nice day!
 *  Thread Starter [afterthoughtcommittee](https://wordpress.org/support/users/afterthoughtcommittee/)
 * (@afterthoughtcommittee)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/font-alignment-changes/#post-15295563)
 * Thanks for checking in! I was able to fiddle a bit and fix the mobile version
   which you had shared in your screenshot. Unfortunately, it now displays improperly
   on desktop as you can see in a screenshot [here.](https://imgur.com/a/OmqyPY0)
 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/font-alignment-changes/#post-15295596)
 * [@afterthoughtcommittee](https://wordpress.org/support/users/afterthoughtcommittee/)
   It’s possible to fix that on desktop by adding the code below in the Additional
   CSS section within the Customizer.
 *     ```
       @media(min-width: 768px){
       p#wp-block-themeisle-blocks-advanced-heading-19f414a6 {
           text-align: center !important;
           padding-left: 45px !important;
           padding-right: 45px !important;
           font-size: 16px !important;
       }
       }
       ```
   
 * Let me know how this goes!
 *  Thread Starter [afterthoughtcommittee](https://wordpress.org/support/users/afterthoughtcommittee/)
 * (@afterthoughtcommittee)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/font-alignment-changes/#post-15296130)
 * Thank you so much for the fix, luciamarinescu! That worked perfectly. I appreciate
   you taking the time to help me out 😀
 *  [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * (@luciamarinescu)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/font-alignment-changes/#post-15297604)
 * Wonderful, I’m glad to hear it worked! Thanks for letting me know 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Font & Alignment changes’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/neve/4.2.4/screenshot.png)
 * Neve
 * [Support Threads](https://wordpress.org/support/theme/neve/)
 * [Active Topics](https://wordpress.org/support/theme/neve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/neve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/neve/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [luciamarinescu](https://wordpress.org/support/users/luciamarinescu/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/font-alignment-changes/#post-15297604)
 * Status: resolved