mmmnmnm / wordpress

1 stars 1 forks source link

32 add custom css for merites #33

Closed kovacsbori closed 1 year ago

kovacsbori commented 1 year ago

Updated Wordpress version 5.6.1 -> 6.2.2

Extended functions.php:

Added custom CSS for displaying and separating 'merites' menu element

Added background and header images

gammaw commented 1 year ago

@kovacsbori on last thing. Can you check if you could align Merítés vertically centered? It seems to me to be a bit too up.

image

gammaw commented 1 year ago

@kovacsbori for me it's even worse :)

But it seems to be a trivial change, see here https://stackoverflow.com/questions/20562860/how-do-i-vertically-center-an-h1-in-a-div

Quickly tested it via Inspect and it seems to do it:

image

kovacsbori commented 1 year ago

I totally get what you're doing here and I've tried that as well but for me it's just not rendering correctly.

image

Btw with this we're just overwriting what's already a default (see themes/rebalance/style.css rows 917-920)

gammaw commented 1 year ago

Hmm, what browser, OS and screen size?

Btw with this we're just overwriting what's already a default (see themes/rebalance/style.css rows 917-920)

Well ok, then we can just get rid of it. Either way, the bottom alignment in the child theme doesn't look correct.