How can I center align the text 'What we offer' on my homepage?

How can I center align the text 'What we offer' on my homepage?

noapaxx
Excursionist
41 0 2

Hello, I want to move the text "What we offer" on the home page to the center, but can't really do it by myself. Tried so many codes but nothing worked. https://gleam-glass.myshopify.com/ pass: ahntew

Replies 2 (2)

NomtechSolution
Astronaut
1245 113 153
  1. Click on "Customize" next to the theme you are using.

  2. In the theme editor, locate the section or block where the text "What we offer" is displayed. This could be a heading or a text block.

  3. Look for any settings related to alignment or positioning within that section or block. Check if there is an option to center-align the text or adjust its positioning.

  4. If there are no built-in options for alignment, you can try adding custom CSS to center-align the text. In the theme editor, look for an option like "Additional CSS" or "Custom CSS".

  5. Once you find the custom CSS area, add the following code to center-align the text:

 

 

.text-center {
  text-align: center;
}

 

 

  1. Apply the changes and save the theme.

Please note that the specific steps may vary depending on your theme. If you can provide more details about the theme you are using or share the code related to the "What we offer" section, I can provide more specific instructions.

sDiscounter
Visitor
1 0 0

i have a dawn theme, can you send me the css style code for that