Settings:
Map Width 75%
Directions “Yes, below”
width 25%
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | /* maps */ .wpgmaps_directions_outer_div { padding-left: 5px; color: #ffffff } [id^=directions_panel], [id^=wpgmaps_directions] { background: #ffffff !important; clear: both } @media(min-width: 768px) { [id^=wpgmaps_directions] { float: left !important; clear: right !important; } } @media(max-width: 767px) { .wpgmza_map { width: 100% !important; } [id^=wpgmaps_directions] { width: 100% !important; } } |