• Resolved Eugenio Agnello

    (@eugenop)


    I recently installed your theme and was initially very impressed with its simplicity, clarity, and user-friendliness. However, I’m encountering an issue on mobile devices. While the navigation bar and search button are visible in the header section, they seem unresponsive to clicks. Could you please assist me in resolving this problem?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Eugenio,

    Thank you for contacting us,

    For this Go to Appearance > customize > Theme Option > Sticky Sidebar and on this

    https://prnt.sc/bnUDGgPCSSac

    If there is any confusion let us know

    Thanks & Regards

    Thread Starter Eugenio Agnello

    (@eugenop)

    I did it. The Sticky Sidebar is now active. You could see it from your side. However the two buttons (Menu and Search) are still unclickable.

    Hi Eugenio,

    Apology for this,

    We will fix this in the next update.

    For now please add the following CSS to the additional CSS field.

    Follow the steps below:

    1. Go to your website’s dashboard.

    2. Click on “Appearance”.

    3. Select “Customize”.

    4. Choose “Additional CSS”.

    5. Paste the CSS code there.

    .search-popup .search-popup-content{
    height: 0;
    }
    .search-popup.show-search .search-popup-content {
    height: auto;
    }

    If there is any confusion let us know.

    Thanks & Regards

    • This reply was modified 4 hours, 41 minutes ago by Michael.
    Thread Starter Eugenio Agnello

    (@eugenop)

    Amazing, thank you so much. Problem solved!

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