I can't vertical align a logo on Wordpress

davidcafor

I spend the last two days trying to vertical align a logo in a website done with wordpress.

Here's the link: www.contidosdixitais.com

Does anybody knows what am I doing wrong?

Tried with

vertical-align: middle;
margin-bottom: 0;

and more but nothing works.

user4515326

If you're referring to that div up top with the 'title-area' class, try:

-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Wordpress: I can't change the logo image of my site

From Dev

Vertical align main menu with logo

From Dev

Can't vertical align caption on image

From Dev

How can I align my logo and menu icon on a mobile device

From Dev

Vertical Align Middle in Wordpress table

From Dev

Can't vertical align multiple lines without huge line gaps

From Dev

How can I put element in the middle of vertical align?

From Dev

How can I vertical align a div within another div?

From Dev

Can I use vertical align to position text at the bottom of an ancestor element?

From Dev

Wordpress How Can I Display skill1_logo in View

From Dev

How to align a Wordpress navigation bar to the right of a logo?

From Dev

How can i vertical-align & horizontal-align components inside a FlowPanel?

From Dev

I can't vertically align element to bottom

From Dev

Why I can't align two buttons

From Dev

I can't upgrade WordPress

From Dev

Vertical align logo inside .navbar-brand with Bootstrap 3

From Dev

Bootstrap 4 Menu and Logo won't align

From Dev

Logo image won't align exactly to center

From Dev

Can't vertical align the content of 2 divs inside div with height auto

From Dev

Why text in p tag can't be setted vertical-align:middle?

From Dev

How can I let the span margin left next to the div, and vertical-align center?

From Dev

CSS vertical-align, how can I remove the little spacing below the text?

From Dev

Don't work vertical align with image in lightbox

From Dev

I can't install WordPress on an existing database

From Dev

Why I can't halve div with vertical line

From Dev

Why I can't halve div with vertical line

From Dev

Can't align "a" tag

From Dev

I can't find an error, text-align in th tag

From Dev

I can't align center a content by using CSS

Related Related

  1. 1

    Wordpress: I can't change the logo image of my site

  2. 2

    Vertical align main menu with logo

  3. 3

    Can't vertical align caption on image

  4. 4

    How can I align my logo and menu icon on a mobile device

  5. 5

    Vertical Align Middle in Wordpress table

  6. 6

    Can't vertical align multiple lines without huge line gaps

  7. 7

    How can I put element in the middle of vertical align?

  8. 8

    How can I vertical align a div within another div?

  9. 9

    Can I use vertical align to position text at the bottom of an ancestor element?

  10. 10

    Wordpress How Can I Display skill1_logo in View

  11. 11

    How to align a Wordpress navigation bar to the right of a logo?

  12. 12

    How can i vertical-align & horizontal-align components inside a FlowPanel?

  13. 13

    I can't vertically align element to bottom

  14. 14

    Why I can't align two buttons

  15. 15

    I can't upgrade WordPress

  16. 16

    Vertical align logo inside .navbar-brand with Bootstrap 3

  17. 17

    Bootstrap 4 Menu and Logo won't align

  18. 18

    Logo image won't align exactly to center

  19. 19

    Can't vertical align the content of 2 divs inside div with height auto

  20. 20

    Why text in p tag can't be setted vertical-align:middle?

  21. 21

    How can I let the span margin left next to the div, and vertical-align center?

  22. 22

    CSS vertical-align, how can I remove the little spacing below the text?

  23. 23

    Don't work vertical align with image in lightbox

  24. 24

    I can't install WordPress on an existing database

  25. 25

    Why I can't halve div with vertical line

  26. 26

    Why I can't halve div with vertical line

  27. 27

    Can't align "a" tag

  28. 28

    I can't find an error, text-align in th tag

  29. 29

    I can't align center a content by using CSS

HotTag

Archive