Moving text to up


This screenshot is my web page. I want to move “Nasıl Yapmalı” word to up, but i can’t. I have tried “padding”, “margin”, “display” tags, but result is nothing. Who can help me please?

@eray6421, try

vertical-align: top;

Unfortunately, this wasn’t work.

Okay, I’ve solved. Thanks very much :slight_smile:

@eray6421, how did you solve it?

I’ve setted a button to a div element. After, I’ve changed it to an a element and solved it.