Tagged: avia button
Good evening,
I am currently building a website. however, I encounter a problem with the call to action. these are namely 2 half planes, with the text on the left and a button on the right. the button is aligned to the right. now after the breakpoint I want to: center the text and the button as well. the text succeeded me but the button did not. could you help me with this?
Kind regards,
Jarno Beelen
Hey Media-click,
Best regards,
Victoria
Hi,
No it is the white button at the bottom of the page, with the black background. sorry it’s the text “Neem contact met ons op”
Kind regards,
Jarno Beelen
Hi,
Thanks for the clarification, please try this in Quick CSS:
@media only screen and (max-width: 767px) {
.ctabtn {
display: table;
margin: 0 auto;
}
}
Best regards,
Rikard
Good morning,
I just placed this in the Quick CSS, but it still doesn’t work