diff --git a/esoui/ingame/crafting/craftingutils.lua b/esoui/ingame/crafting/craftingutils.lua
index 9909ada..7016a37 100755
--- a/esoui/ingame/crafting/craftingutils.lua
+++ b/esoui/ingame/crafting/craftingutils.lua
@@ -443,5 +443,8 @@ end
 ZO_CRAFTING_TOOLTIP_STYLES = ZO_DeepTableCopy(ZO_TOOLTIP_STYLES)
 for key,value in pairs(ZO_CRAFTING_TOOLTIP_STYLES) do
     value["horizontalAlignment"] = TEXT_ALIGN_CENTER
+
+    if key ~= "topSubsectionItemCounts" then
         value["layoutPrimaryDirectionCentered"] = true
     end
+end