https://blog.imocha.io/ this our blog i want to add another button next to subscribe button in top menubar
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
![]()
best,
Anton
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
Hi @AbhilashDN,
there are several things why it’s not next to each other:
- Your navigation is set to 9/12 and the button to 3/12. So there is no space for the button to be inline
- Your navigation has a padding left of 130px
- 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
thank you so much @Anton its work after 8/12 & 4/12