Hello again,
Help! I have another issue with the new Dawn 8.0. When I added a product to the cart, the product title and information are squished into a line of 5 or so characters before starting a new line. I am unable to send a screen shot and this system doesn’t support .png file.
my URL is https://arcticsealwinecoolers.com/
If you add something to the cart you will see what the problem is. Can anyone help me with some coding that will fix this?
Thanks again.
Mark
It looks much better if you remove the line:
table {
width: 550px !important;
}
This is on line 3008 of base.css in your assets folder.
Unfortunately, that line of code was added to standardize the tables that appear on all my product pages. I didn’t know it would affect the cart page. Do you know of a way to address the cart table separate from the product page tables?
Hi @Mark3347 ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :
Hope my answer will help you.
Best regards,
Victor | PageFly
Thanks! That looks much better, but it doesn’t line up with the columns that says Quantity and Total. Can I extend it out a bit further to line up properly?
You can try another code below:
Perfect!! Thanks so much.