How to move the new topic header button and make larger for mobile devices

Hi all! I searched for answers, but didn’t find any. I would like to move the new topic header button (image attached, I changed text to “Ask Your Question”, button in green) to the left of the category link in the header. I want it to be more visually prominent on both desktop and mobile devices. Also, would like to resize on mobile devices so the actual green button shows.

Is this possible? Thanks for any direction!

Hi there, you can try forking it and changing this outlet:

to something like:

api.renderInOutlet("bread-crumbs-left", CustomHeaderTopicButton);

For example, I put the button above the sidebar here:

You can also probably change the button using some CSS (make a new theme, and put the CSS in the ‘mobile’ tab or in mobile.scss if you’re using a repo).

2 Likes

Thank you so much!! I appreciate your time and help. I’ll give it a try.

1 Like