Hi Jason,
Where did you get that [column type="one-third"]
shortcode? That is not native to the theme, we can not provide support for that.
Here’s what I advise to you, remove the margins you applied on the buttons. Use the Block Grid shortcode, but instead of adding an image to each Block Grid Item, you put your buttons to it. That should inline your buttons and will respond properly on the mobile view. Add a class center-text
to the block-grid shortcode to properly center the button.
e.g
[block_grid type="four-up" class="center-text"]
[block_grid_item][button type="real" shape="pill" size="large" href="https://www.garrettandwalker.com/caraccidentintake/" title="Click here to schedule an appointment with one of our Top Rated Car Accident Lawyers"][icon type="car"]Car Accident[/button][/block_grid_item]
[block_grid_item][button type="real" shape="pill" size="large" href="https://www.garrettandwalker.com/criminal-case-questionnaire/" title="Click here to schedule an appointment with one of our Top Rated Criminal Lawyers"][icon type="gavel"]Criminal Law[/button][/block_grid_item]
[block_grid_item][button type="real" shape="pill" size="large" href="https://www.garrettandwalker.com/family-law-intake-initial/" title="Click here to schedule an appointment with one of our Top Rated Family Lawyers"][icon type="home"]Family Law[/button][/block_grid_item]
[block_grid_item][button type="real" shape="pill" size="large" href="https://www.garrettandwalker.com/traffic-ticket-intake/" title="Click here to schedule an appointment with one of our Top Rated Ticket Lawyers"][icon type="road"]Traffic Ticket[/button][/block_grid_item]
[/block_grid]
Thanks,