Martin_1
May 26, 2026 at 6:43 pm
Hi,
I am looking for a way to align the yellow buttons below the hero on this page https://www.albruna-testplatform.com/autisme-centrum/jobcoach-autisme/ to align horizontally. I know I could try Flex and go that way but that doesn’t seem to work.
I could use some assistance with this one.
Sebastian
May 28, 2026 at 11:05 am
Hey Martin,
Sorry for the slow reply. I’m currently on holiday during the UK half-term.
I see the HTML markup for the buttons (see below). You should set the container element to 100% width and you might find it easy to use Miceothemer’s CSS grid controls to make the buttons horizontal. This is a bit less straight forward that usual because there are divider elements between the buttons that are probably best targeted and set to display: none so the buttons fill the grid columns in the expected way.
You can also drag the heading to fill the width of all four columns you create with MT’s CSS grid controls.
<div class="fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-center fusion-content-layout-column" style=" display: grid; grid: auto / repeat(4, 1fr); "><div class="fusion-text fusion-text-1"><p style="text-align: center; font-size: 13px;"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">CHECK OUT THESE SERVICES AS WELL</font></font></p> </div><div style="text-align:center;"><a class="fusion-button button-flat button-large button-default fusion-button-default button-1 fusion-button-span-yes fusion-button-default-type" target="_self" href="https://www.albruna-testplatform.com/autisme-centrum/re-integratieplan-bij-autisme/"><span class="fusion-button-text awb-button__text awb-button__text--default"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">Reintegration for autism</font></font></span></a></div><div class="fusion-separator fusion-full-width-sep" style="align-self: center;margin-left: auto;margin-right: auto;margin-bottom:1px;width:100%;"></div><div style="text-align:center;"><a class="fusion-button button-flat button-large button-default fusion-button-default button-2 fusion-button-span-yes fusion-button-default-type" target="_self" href="https://www.albruna-testplatform.com/autisme-centrum/burn-out-coach-autisme/"><span class="fusion-button-text awb-button__text awb-button__text--default"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">Burnout coach autism</font></font></span></a></div><div class="fusion-separator fusion-full-width-sep" style="align-self: center;margin-left: auto;margin-right: auto;margin-bottom:1px;width:100%;"></div><div><a class="fusion-button button-flat button-large button-default fusion-button-default button-3 fusion-button-span-yes fusion-button-default-type" target="_self" href="https://www.albruna-testplatform.com/autisme-centrum/werken-met-autisme/"><span class="fusion-button-text awb-button__text awb-button__text--default"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">Working with autism</font></font></span></a></div><div class="fusion-separator fusion-full-width-sep" style="align-self: center;margin-left: auto;margin-right: auto;margin-bottom:1px;width:100%;"></div><div style="text-align:center;"><a class="fusion-button button-flat button-large button-default fusion-button-default button-4 fusion-button-span-yes fusion-button-default-type" target="_self" href="https://www.albruna-testplatform.com/autisme-centrum/autisme-op-de-werkvloer/"><span class="fusion-button-text awb-button__text awb-button__text--default"><font dir="auto" style="vertical-align: inherit;"><font dir="auto" style="vertical-align: inherit;">Autism in the workplace</font></font></span></a></div></div>
Also, I see some styles that make the buttons sticky, so they overlap the text below. Might be worth removing that from whatever builder you are using.
@media screen and (min-width: 1025px) {
.awb-sticky.awb-sticky-large {
position: sticky;
top: var(–awb-sticky-offset, 0);
}
}
Finally, have you tried using the AI assistant in Microthemer to help with this? It can either advise you about things or implement changes directly. It’s not perfect, but can sometimes give you a quick answer / solution because it can inspect the page and a bit like a web developer opening up dev tools and looking at the HTML and current styles.
I hope that helps. Let me know if you’re still stuck.
Cheers,
Sebastian
Martin_1
May 28, 2026 at 1:30 pm
LOL this is the second time I get you on your holiday hahaha. What are the chances of that.
I have removed the seperators and the sticky. I also set the witdh to 100% but that makes the buttons VERY wide.
Would you still advice to use the grid option in Microthemer?
I did ask the AI assistant but it had no effect. It gave me this
/** General >> Fusion button parent **/
.fusion-builder-column-2>div:nth-of-type(1)>div:nth-of-type(2) {
display: flex;
}
/** General >> Fusion button **/
#post-45 .fusion-button {
display: flex;
}
but it didn’t change anything.
Don’t feel the need to rush in answering. I am changing all this no sooner than next week. Enjoy your holiday.