Call to action button

How can I shift the call to action button vertically up?

Hello,

This is quite a strange request, I’m not sure what you are looking for…

Can you please provide a couple of screenshots and maybe a drawing so I can better understand what you are trying to achieve?

Meanwhile, you should try playing with the CSS styling values from here:

#header .bottom-header .header-button-one {
    width: 100px;
    height: 130px;
    line-height: 57px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 15px;
    padding: 0;
}

Regards