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

    Hey there,

    Quick one for you guys ;-)

    I tried to align a button for hours but cannot managed to do it for some reasons i ignore.
    It is a plugin using stripe, using brackets [xxx]

    I tried simple p align, used avia, played with the layout boxes and padding.

    Changing the padding works on desktop (with %) but reduce the size of the button on mobile. I attached screenshots for references. Any shortcuts/solutions ?

    Thanks

    #490931

    Btw, any chance i can add this stripe short-code inside one of my own button ?

    #491678

    Hi,

    Looks like you’ve added some padding to the containing div, try the following in Quick CSS:

    @media only screen and (max-width: 767px) {
    .page-id-17312 .avia-builder-el-120 {
        padding: 0px 0% 0px 0%;
    }
    }

    Thanks,
    Rikard

    #491865

    Hi Rikard

    Still have the same issue, even tried to shorten the content in the button but it fails too.
    One of the easiest solution would be to integrate the shortcode as link in one of your button, is that doable ?

    #491929

    Hi!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Cheers!
    Basilis

    #497908

    Managed to find a solution, using the go pricing plugin. Solution can incorporate shortcode in their buttons.
    We can close the thread ;-)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Align stripe button []’ is closed to new replies.