[Resolved] Menu item on mobile menu

Home Forums Support [Resolved] Menu item on mobile menu

Home Forums Support Menu item on mobile menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #280395
    Fatih

    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.

    #280398
    Leo
    Staff
    Customer Support
    #280402
    Fatih

    Thanks. That works but I still have to figure out how to style it properly.

    View post on imgur.com

    #280410
    Leo
    Staff
    Customer Support

    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.

    #280599
    Fatih

    Wow thank you. It’s all good now ๐Ÿ™‚

    #280600
    Leo
    Staff
    Customer Support

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.