Hi,
On my page – http://www.alphareitinc.com/portfolio-item/cabinet-shop-lofts/
I have a color section below the main image at the top with 3 columns (Asset Type : MultiFamily, 436 S. Front Street Memphis, TN 38103 and View Map)
It looks great on desktop but on mobile I need the height to be shorter with less space between the three stacked items
I am trying this shortcode but it not helping
@media only screen and (min-width: 768px) {
#top #address .flex_column{
margin-bottom: 0!important;
}}
Hi,
Please try this instead:
@media only screen and (max-width: 767px) {
#address .flex_column {
margin-bottom:0 !important;
}
}
Best regards,
Rikard