Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #392881

    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!

    #393242

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.