im trying to just more the world tesitmonial to the center of the page
Hi @jaming123 ,
Can you kindly share your store link (with the password, if any) with us?
Hi, you need to add css align order to this element
If you tell me the address of your site I can help you write the exact command
- Apply CSS styles to center the section: Add the following CSS code inside a
<style>tag or in your theme’s CSS file to center the testimonial section:
#testimonial-section {
text-align: center;
margin: 0 auto;
}
Make sure to replace #testimonial-section with the appropriate selector for your testimonial section. If there is no specific ID or class, you may need to modify the CSS selector accordingly.
