Inline buttons

how would I keep these buttons on the one line when the page is accessed by a small screen phone?

Hi Wayne,

Please add this code to the Element CSS of the column that contains the button elements:

@media (max-width: 341px) {
    $el .x-anchor-button {
        width: 20%;
    }

    $el .x-anchor-button .x-anchor-text {
        margin: 0;
    }

    $el .x-anchor-button .x-anchor-text .x-anchor-text-primary {
        font-size: 0.8em;
    }
}

Hope this helps.

thanks that keeps the buttons inline but there is just a small issue with the text in the permit button not being centered, is that possible to fix?

dont worry about it have sorted out, thanks

Glad to hear you got it sorted, Wayne.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.