[Support request] Button not working on mobile

Home Forums Support [Support request] Button not working on mobile

Home Forums Support Button not working on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1378593
    Margaret

    Hello,

    The orange button I have near the top of the page (“Request a Free Quote”) is only clickable on desktop. When I view the page on mobile, the button is no longer clickable. I can’t figure out why.

    This issue is happening on this page of the website only. All the other buttons on other pages are not having this issue. I’ve looked through my custom css and I don’t seem to have anything pertaining to this page individually, so I’m not sure why it’s behaving differently than the others.

    #1378887
    David
    Staff
    Customer Support

    Hi there,

    you should report the issue to the Visual Composer developers.
    On mobile the sidebar container column is overlaying the main content column.

    You can fix it with this CSS:

    @media (max-width: 768px) {
        .vc_column_container {
            float: none !important;
        }
    }

    But that may effect other layouts – so best to find out why it is doing it.

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