My Description Aligns To The Right - Need A Fix

im trying to fix the description on my page but i cant seem to figure out the issue. this just happened when i did an upgrade.

https://www.dabcity.com/chip-glass-10mm-silver-fume-kryptonite-mini-egg.html

the description is the only thing that aligns right on the products page. anyone know how to fix this issue?

im trying to fix the description on my page but i cant seem to figure out the issue. this just happened when i did an upgrade.

https://www.dabcity.com/chip-glass-10mm-silver-fume-kryptonite-mini-egg.html

the description is the only thing that aligns right on the products page. anyone know how to fix this issue?

Hello!

I suppose you fixed it. Description is centered now.

helly,

no the top description , where the pricing and the title go. it it aligned all the way to the right side bar. its the only part of the main content that goes that way. im not sure how to fix it.

here is the issue im having. im not sure if its showing up like this for you.

dabcity issue.png

Try to add the following code to the CSS section of the Theme editor

.ty-product-block__note {
    position: relative;
}
.ty-product-prices {
    margin-top: 0px;
}

http://prntscr.com/l4alej

Try to add the following code to the CSS section of the Theme editor

.ty-product-block__note {
    position: relative;
}
.ty-product-prices {
    margin-top: 0px;
}

http://prntscr.com/l4alej

thank you ! that fixed my issue. I appreciate the support :grin:

You are welcome!