Product info configuration

Hello!!

I’m wondering how I can make these appear in different lines.
Here is an image of what I mean:

I would like the SKU to be on one line, the Category to be below it, and the Tags to be on the following line.

Thank you for your help!
-Nadia

Hi Nadia,

Thanks for writing in! You can try adding the following CSS rule into your X > Theme Options > CSS.

.sku_wrapper, .posted_in, .tagged_as {
    width: 100%;
    display: block;
}

Hope that helps.

Worked perfectly!

Thank you!!

Happy to hear that.

Feel free to ask us again.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.