Site logo

Archived topic

Centering Shortcode plugin

9 replies · Started by Kyle on April 30, 2021

Viewing posts 1–10 of 10

I need to add a shortcode to my menu. How can I do this? currently, the one I'm using isn't compatible, and I can't center it.

here is the plugin:

https://wordpress.org/plugins/shortcode-in-menus/

here is the css i tried using:
#menu-menu-2 > li.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim.menu-item-1141 > div > form > input.wpedon_paypalbuttonimage{
margin-left:auto;
margin-right:auto;
}

Hi there,

can you share a link where i can see the shortcode in place so i can see the actual issue?

Do you mean the Donate now! button?

How would you like it to be centered? I can't picture where to center it.

Would you be able to share a mock-up to help us understand better?

Let me know :)

when veiwing it on phone, its on the off canvas panel

that's right,

Try this CSS:

#generate-slideout-menu .menu-item-1141 div {
    text-align: center;
}

Let me know :)

yes thank you

No problem :)

This archived topic is closed to new replies.