elmastudio / aino-theme

A Gutenberg-ready WordPress theme.
GNU General Public License v2.0
111 stars 15 forks source link

V2.4.3 shatters the header #201

Closed Xanoris closed 3 years ago

Xanoris commented 3 years ago

V2.4.3 shatters the header for me. It is suddenly much too wide, everything is underneath each other instead of next to each other and the background color of the submenus is suddenly white again (it was before and should be dark blue again). Shattered Header: aino_243_shattered-header

Submenu-Background: Bild_2021-09-09_140346

ellenbauer commented 3 years ago

Please update to the theme update 2.4.4 . Does it work better now?

Xanoris commented 3 years ago

Almost. By the update to V2.4.4 on the Frontend everything is arranged correctly again (in the Editor the contents are still below each other), it is now "only" too wide: aino_244_header-too-wide_Full-Width

Xanoris commented 3 years ago

Something seems to be wrong with the spacing in general. Also, the card block on the home page of my website (the one with the quotes) is bursting at the seams: https://www.x-page.de.

And on smaller screens, the spacing from the left is missing in the texts: aino_244_text-align_extreme-left

Xanoris commented 3 years ago

I was able to solve the block width issue with some additional CSS, so there is no longer a scroll bar at the bottom:

html,
body {
overflow-x: hidden;
}
Xanoris commented 3 years ago

I think this is solved.