Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Page h1 cuts off at the right side

New Front EN Support Forums Origami Theme Support Page h1 cuts off at the right side Reply To: Page h1 cuts off at the right side

#1130
mmsatori
Keymaster

Dear Dave,

thank you for noticing this, and my apologies for the bug! Indeed, on smaller screens long page headings get cropped on the right; to fix this, please go to “Appearance -> Editor” and inside the file that opens (style.css) locate (ctrl+f) the line which says:
.page h1 {
float: left;
width: 100%;
}

It should be number 606; erase the part which says “width: 100%;” and hit “Update file”.

I must note that I was not able to reproduce the same bug on a normal-sized laptop screen, could you please provide the URL of the page in question so that I could look at the code?

Sincerely,
Andrew | Satori Studio