Why is my product title misaligned in Debutify theme?

For some reason the title of the product is not straight with the other titles and text.

How can this be fixed? please help!

debutify theme

shop url: dogstimeshop.myshopify.com

1 Like

Hi @Dogstime

Check this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • Open the “Theme.liquid” folder, and look for the tag and paste the code below.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi, thanks for helping.

can you help me to do this?

i need it straight with the Color variants

Hi @Dogstime ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the Product Title Text, let’s try this solution:

Online Store ->Theme ->Edit code
Assets ->Base.css

.product-single__meta .grid__item.flex-fill {
    padding-right: 0px !important;
}

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

oh, Okay its an app right?

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  • And Save.
div#ymq-box {
    margin-right: 11px !important;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

hi thx for reply,

all good but the title…

can you help me solve it?

1 Like

hi its not working

Oh, I thought the first code i give works. Try this one. Same Instruction.

#ProductMeta-template--16024167383214__main > div > div:nth-child(1) > div > div {
    padding-right: 0px !important;
}

And save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

thanks! working!

1 Like

Hi @Dogstime ,
This is Theodore from PageFly - Shopify Page Builder App.
I’m sorry for replying you late. You can use the following method

Online Store ->Theme ->Edit code->theme.liquid


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly