1. Edgar68
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 15 March 2023
  5.  Subscribe via email
Hi Ciaran,

I want to place buttons next to each other, but as soon as I create buttons, and they are saved, they are placed under each other.

How can i solve this?

Edgar
Accepted Answer Pending Moderation
0
Votes
Undo
Hey Edgar,

like this?


<div class="btn-group">
<a href="https://corgiorgy.com/" target="_blank" rel="noopener" class="btn btn-primary">Yeah!</a>
<a href="https://corgiorgy.com/" target="_blank" rel="noopener" class="btn btn-primary">Yippie!</a>
</div>


Kindly,
Chris
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Something like that yes..
But with space between the buttons, and i need to centralize it too.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Maybe like this?


<div class="d-grid gap-2 d-md-block text-center">
<a href="https://corgiorgy.com/" target="_blank" rel="noopener" class="btn btn-primary" role="button">Yeah!</a>
<a href="https://corgiorgy.com/" target="_blank" rel="noopener" class="btn btn-primary" role="button">Yippie!</a>
</div>


Kindly,
Chris
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Exactly like that Chris.

Thank you very much!!!


Edgar
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!