Home › Forums › Support › Large header with left-aligned text, text bleeds over edge on mobile. This topic has 3 replies, 2 voices, and was last updated 2 years, 2 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 28, 2022 at 9:57 am #2267190 Jason Hi, I’m using the “large header with left-aligned text” block (https://wordpress.org/patterns/pattern/large-header-with-left-aligned-text/) and I can’t get the text contained within that block to display right on mobile. I’ve tried this css from another post but that didn’t work (https://generatepress.com/forums/topic/how-do-i-increase-the-margins-around-my-columns-in-mobile-view/). I’ve tried changing content padding in the customizer layout container settings. I’ve tried reducing the columns to just one column to see if the test was still too wide. It was. I can’t seem to make the text fit properly on mobile. Thanks June 28, 2022 at 12:07 pm #2267288 YingStaff Customer Support Hi Jason, Using WP’s pre-styled block in GP gets tricky sometimes. Give this CSS a try: @media (max-width: 768px) { .entry-content .alignwide { width: 100% !important; max-width: 100% !important; margin: 0 !important; } .entry-content .wp-block-group__inner-container { padding-left: 0!important; padding-right: 0 !important; } } June 28, 2022 at 12:11 pm #2267295 Jason Hi Ying, that’s perfect, thanks a lot! June 28, 2022 at 2:17 pm #2267361 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In