Hello,
Is there a way to change Get Directions order?
I used the CSS above and it works for everything else except for .wpgmza_gd.
Here is the screenshot:
https://prnt.sc/Uwk_GGTzNCXm
https://getdesigncity.com/ideas-for-urban-modern-bedrooms-and-5-leading-tampa-stores-where-youll-find-what-youre-looking-for-2/
.wpgmza-infowindow {
display: flex !important;
flex-direction: column !important;
}
.wpgmza_infowindow_title {
order: 1 !important;
}
.wpgmza_infowindow_address {
order: 2 !important;
}
.wpgmza_gd {
order: 3 !important;
}
.wpgmza_infowindow_description {
order: 4 !important;
}
Thanks!