Keep buttons inline

These buttons wrap around each other on smaller screens. How can I keep them inline?

I should mention that the second button (hours) is not actually a button but a content modal designed to look like a button, would be nice if I could keep them an equal size too.

Hey There,

To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Thanks.

details are in secure note, thanks.

Hi There @waynepatt58

Could you please try adding the following CSS rule int your X -> Theme Options -> CSS area and see if that helps.

@media(max-width:320px){
  .x-anchor.x-anchor-button {
    min-width: 46%;
  }
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.