Archived topic
Menu item on mobile menu
5 replies · Started by Fatih on February 17, 2017
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.
Hi Fatih,
This post should help: https://docs.generatepress.com/article/mobile-header/#adding-html-inside-the-mobile-header
Let me know.
Thanks. That works but I still have to figure out how to style it properly.
http://imgur.com/a/jHPJA
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 :)