I have been working on my website for almost a year now, and I am facing an issue with its responsiveness on mobile devices. Despite using Bootstrap 4 and Ajax to load pages and modals, I can't seem to figure out what's causing the problem. Before proceeding any further, I need assistance in making my website responsive for mobile devices.
Visit Trillumonopoly
<html lang="en">
<head>
<title>MAIN</title>
<script>
/*
Suga Slider
Usage ---------
$(window).load(function(){
$('#logos').suga({
'transitionSpeed': 2000,
'snap': false
});
});
The markup should resemble the markup here
...