I encountered an issue when trying to paste a menu from one responsive HTML template to another. While both templates are designed to be responsive, the menu alignment gets distorted when viewed on mobile devices.
I am unsure of how to extract only the bootstrap of the menu from its original template in order to resolve this alignment issue.
Below is the code snippet for the menu:
<section id="food-menu" class="content-area bg-home-food-menu">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="section-title text-center">
<h2>Discover our menu</h2>
<div class="clear">