• Here is a site im working on: http://www.armidarose.com

    The three circles at the very bottom work fine on desktop. On mobile they dont wrap and stack on top of each other. Tried a few different things but it did not work. Any ideas to do this easily would be greatly appreciated. Thank you!

Viewing 1 replies (of 1 total)
  • Hi mccartneyk, your custom css are causing the 3 circles not to stack on top of each other on mobile.

    Try the following changes

    .ch-item { width: 300px; height: 300px; display: inline-block; }
    .ch-grid li { width: 100%; height: auto; display: inline-block; }
    .centerc2 { width: auto; }
Viewing 1 replies (of 1 total)

The topic ‘Responsive HTML help’ is closed to new replies.