Okay
  Public Ticket #2425606
Header problem
Closed

Comments

  •  1
    Parviz started the conversation

    Hello. There are Order button and Social Media buttons in the header. But in the mobile version of the site there aren`t these buttons in hamburger menu. Could you fix it and send us source files?

    Your template URL: http://jellydemos.com/html/paladar/index.html

  •  839
    Jelly replied

    Hello,

    Please open index.html, find line 114 and then add Reservation and Social Media links:

    <li><a class="bt-orange bt-menu-reserve animatedScroll" href="#section-booking">Reservation</a></li>
    <li><a class="fb-ic mr-3" href="http://www.facebook.com" target="_blank" role="button"><i class="fab fa-lg fa-facebook-f"></i></a></li>
    <li><a class="tw-ic mr-3" href="http://www.tripadvisor.com" target="_blank" role="button"><i class="fab fa-lg fa-tripadvisor"></i></a></li>
    <li><a class="tw-ic mr-3" href="http://www.twitter.com" role="button"><i class="fab fa-lg fa-twitter"></i></a></li>
    

    Best Regards,
    Jelly Team