How can I center align a number with a blue background?

Hi, anyone can assist me to align the number with a blue background to the middle?
https://zs7tkqi4wopn95dx-59257782446.shopifypreview.com/pages?preview_key=b1b7598e7fe3503320ce4956f889ac0f

@seantay1993 - add this css to the very end of your theme.css file and check

p.appnumber {margin: 0 auto 1.3em;}

Hi @seantay1993 ,

This is PageFly - Advanced Page Builder.

You can try with this code:

Follow this:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css.

Step 3: paste below code in bottom of file → save.

.category-content.mb__30 {

display: flex !important;

flex-direction: column !important;

align-items: center !important;

}

Hope that my solution works for you.

Best regards,

PageFly