alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.27k stars 7.3k forks source link

Vertically align <div> and <span> #1952

Closed akerbabber closed 8 years ago

akerbabber commented 8 years ago

I can't align this text to the logo in a header. Here is the code:

.logo { width: 100%; height: 130%; } .header { /*display: table;*/ height: 15%; overflow: hidden; } .menu_link { position: relative; height: 100%; background: tomato; display: inline-block; vertical-align: middle; text-align: center; }

`

How it works

`

alvarotrigo commented 8 years ago

Not a fullpage.js issue. You should ask for those questions in other places such as stackoverflow.com

akerbabber commented 8 years ago

already asked on stackoverflow

http://stackoverflow.com/questions/36456337/how-to-align-menu-entries-to-a-logo-vertically

here is full html code

http://pastebin.com/Neb0cXft

alvarotrigo commented 8 years ago

Good luck then!