Align Buttons in Promp Element

Hello,

i got one question: how can i get the buttons in the prompt element to align right, while the text stays right:

See here: http://dev.fenner-musik.de/demo-home/presse/

Thx a lot in advance!

Hello,

I have tried to access your site and it isn`t loading and I had a white screen. Can you check it again?

Now it works, but at the same time, i have code above the header. maybe you can look into this, too? That would be very nice.

Hi There,

You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

if that does not help, please provide your login credentials in a secure note.

Let us know how it goes!

As it is so often, I should try this directly next time :smiley:
A Plug-In was updated, and this caused the error :confused:

Thx man!

Hello There,

Do you want something like this?

If that is the case, please edit your page back in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

.x-prompt{
    display: table;
    width: 100%;
}

.x-prompt-section.x-prompt-section-button {
    text-align: right;
}

.x-prompt-section.x-prompt-section-button a {
    max-width: 220px;
    display: inline-block;
}

Hope this helps. Please let us know how it goes.

Nice, thank you! :slight_smile:

You’re welcome :slight_smile: