CMS Development

AbhilashDN
Member

i want to add another button next to subscribe button

SOLVE

https://blog.imocha.io/ this our blog i want to add another button next to subscribe button in top menubar

0 Upvotes
1 Accepted solution
Anton
Solution
Recognized Expert

i want to add another button next to subscribe button

SOLVE

Hi @AbhilashDN

there are several things why it's not next to each other:

  1. Your navigation is set to 9/12 and the button to 3/12. So there is no space for the button to be inline
  2. Your navigation has a padding left of 130px
  3. You have a button-tag inside an a-tag.

 

Things I would change:

  • Set the navigation to 8/12 and the button to 4/12. If it's drag&drop, move the slider between those two elements "one click" to left so the nav get's shorter
  • Remove the padding(most likely it's set in the design-tab of the navigation module)
  • Use the default button/CTA module of HubSpot

 

best, 

Anton

Anton Bujanowski Signature

View solution in original post

0 Upvotes
4 Replies 4
Anton
Recognized Expert

i want to add another button next to subscribe button

SOLVE

Hi @AbhilashDN

 

you got several options here.

 

1. Edit the (global) header element and if it supports drag&drop, simply add a button/CTA function to it

2. Add a new navigation item like this

Anton_0-1664275515609.png

 

best, 

Anton

Anton Bujanowski Signature
0 Upvotes
AbhilashDN
Member

i want to add another button next to subscribe button

SOLVE

thanks for this, i already tried this but when i add another button html code, its position is under the subscribe button & we want this button horizantal align with first button 

0 Upvotes
Anton
Solution
Recognized Expert

i want to add another button next to subscribe button

SOLVE

Hi @AbhilashDN

there are several things why it's not next to each other:

  1. Your navigation is set to 9/12 and the button to 3/12. So there is no space for the button to be inline
  2. Your navigation has a padding left of 130px
  3. You have a button-tag inside an a-tag.

 

Things I would change:

  • Set the navigation to 8/12 and the button to 4/12. If it's drag&drop, move the slider between those two elements "one click" to left so the nav get's shorter
  • Remove the padding(most likely it's set in the design-tab of the navigation module)
  • Use the default button/CTA module of HubSpot

 

best, 

Anton

Anton Bujanowski Signature
0 Upvotes
AbhilashDN
Member

i want to add another button next to subscribe button

SOLVE

thank you so much  @Anton its work after 8/12 & 4/12 

0 Upvotes