Tagged: columns
Hey guys!
I’m trying to avoid this stacking effect http://i.glui.me/1IzSyo8 i’d like these to be side by side (here is the page link http://tastymakes.com/shop/barbites/chocolate-brownie-barbites/)
Using the Grid Row short-code set to “each cell is displayed on it’s own” brakes the page.. I need to use the normal columns short-code but I can’t get them to stay side by side..
Any suggestion?
Thank you!
Hi Ignazio!
Add this to your custom CSS.
@media only screen and (max-width: 767px) {
.summary .av_one_fourth {
margin-left: 4% !important;
width: 20% !important;
}
}
Best regards,
Elliott