Buttons Touching Each Other

Hi There,

Could you show me how to tidy these buttons up please.

You can see my problem here (Mobile view) …

I don’t want the buttons to touch each others tops and bottoms. The buttons look great on my PC!

Oh yes, I created this navigation bar as a Block.

Thank you,

Tracy

Hi Tracy,

Thanks for writing in! Could you please try adding the following CSS media query into your X -> Theme Options -> CSS area and see if that helps.

@media (max-width:768px){
  .x-anchor-button {
    margin: 5px;
  }
}

Hope that helps.

That worked perfectly.

Thanks for your support :grinning:

Regards,

Tracy

You are most welcome. :slight_smile:

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