• Resolved tch3lp

    (@tch3lp)


    Hello,
    I have a button in header widget area, it’s showing on desktop version but it’s not visible on the mobile version. Can you help me how I can display a call to action button on mobile header beside the navigation drawer?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Qode

    (@qodeinteractive)

    Hi there,

    Thanks for writing in!
    Unfortunately there is no widget area for the mobile version, since the mobile header is visible only on smaller devices. Desktop header widget area is only visible on larger screens. We will for sure pass your suggestion to our team so they can consider adding this option in the future.

    Thanks for understanding.

    Best,
    Qode

    Thread Starter tch3lp

    (@tch3lp)

    Ok thanks for letting me know. Is there any way I can add it in the Theme?

    Theme Author Qode

    (@qodeinteractive)

    Hi there,

    This will require you to register a new widget area, edit theme files and CSS in order to have the new widget displayed.

    Perhaps it would be easier as a workaround to display your button within the Header Top Area, where you can add the button widget in Appearance > Widgets.

    And simply add this code to display it on smaller devices:

    @media only screen and (max-width: 1024px){
        #qodef-top-area {
            display: block;
        }
    }

    We hope this helped and as we already mentioned we have passed your suggestion to our team to consider adding a header widget area for mobile.

    Thanks for understanding.

    Best,
    Qode

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Call to Action in Mobile Menu’ is closed to new replies.