Home › Forums › WoodMart support forum › change text positions change text positions This topic has 3 replies, 2 voices, and was last updated 1 year, 11 months ago by Hung Pham. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 23, 2024 at 2:01 am #532446 hasanarastartParticipant Hi, I want to change the texts positions in the product bar. There are 2 images in the attachment you’ll see what do we want, we want to make title and the attribute at the same line. Attachments:You must be logged in to view attached files. January 23, 2024 at 9:00 pm #532839 Hung PhamParticipant Hello hasanarastart, Thanks for reaching to us. Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for desktop: .wd-label-top-lg table.variations tbody .cell { display: inline-block; } table.variations tbody .value { width: auto; } table.variations tbody .cell { vertical-align: baseline; } Regards, January 25, 2024 at 1:17 am #533297 hasanarastartParticipant Thanks a lot it worked how about I want to make all of them left aligned instead of mid aligned? January 25, 2024 at 10:01 am #533333 Hung PhamParticipant Hello hasanarastart, Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for desktop: .single-product table.variations { text-align: left; } Regards, Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register