Skip to content

Instantly share code, notes, and snippets.

View locgoodlayers's full-sized avatar

LocGL locgoodlayers

  • GoodLayers
  • Viet Nam
View GitHub Profile
@locgoodlayers
locgoodlayers / header-mobile.php
Created April 2, 2024 11:05
Travel Tour - Header Mobile File
<?php
// mobile menu template
echo '<div class="traveltour-mobile-header-wrap" >';
// top bar
get_template_part('header/header', 'top-bar-mobile');
// header
echo '<div class="traveltour-mobile-header traveltour-header-background traveltour-style-slide" id="traveltour-mobile-header" >';
echo '<div class="traveltour-mobile-header-container traveltour-container" >';
<style>
.google-maps {
position: relative;
padding-bottom: 40%; /*This is the aspect ratio*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;