Site logo

Archived topic

Menu item on mobile menu

5 replies · Started by Fatih on February 17, 2017

Viewing posts 1–6 of 6

Hi, I was wondering if the following is possible: http://imgur.com/WyCACp0

Basically, I would like to show a call-to-action link on the mobile header.

Try the CSS below to start. Adjust the 40px below to half the width of the link you are inserting.

.mobile-header-content {
    display: inline-block;
    position: absolute;
    left: calc( 50% - 40px); /* 50% from the left - half your image width */
}

Let me know.

Wow thank you. It's all good now :)

You're welcome :)

This archived topic is closed to new replies.