Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1180080

    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

    #1180306

    Hey Media-click,

    Best regards,
    Victoria

    #1180536

    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

    #1180645

    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

    #1180807

    Good morning,

    I just placed this in the Quick CSS, but it still doesn’t work

    #1180907

    Hi,

    The button is centered on my end on mobile, are you referring to the text inside of the button maybe?

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.