Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1314594
    peyton_dcosta
    Participant

    hey X team.

    Another one of my stupid questions.

    How can I centre align

    1) In my Buy Tickets tab (in the superfly menu) the headings Adult Ticket and Youth Ticket, to the content (price, qty. box etc.) below it?

    2) How can I centre align the headings of the Ninja Form headings to their respective sections. (i.e., centre align name, subject, etc. to their form boxes below).

    Here is my link: http://www.lift-jesus-higher-rally.ca

    Thank you.

    #1314767
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .sfm-custom-content .woocommerce h1 {
        text-align: center !important;
        margin: 0 !important;
        width: 100%;
    }
    
    .sfm-content-wrapper .label-above .nf-field-label {
        width: 100%;
        text-align: center;
    }

    Hope this helps.

    #1315001
    peyton_dcosta
    Participant

    Jade, Awesomeness!!!! Thank you very much.

    #1315214
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks. Happy new year 🙂

    #1315249
    peyton_dcosta
    Participant

    Happy New Year Nico!

    #1315263
    Prasant Rai
    Moderator

    Happy new year, Peyton. 🙂

  • <script> jQuery(function($){ $("#no-reply-1314594 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>