Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #170933

    Hi,

    Just noticed that the shopping cart is not displaying correctly. Appreciate if you could help take a look. The screenshot is here.

    Thank you,

    #171207

    Hi yukanl!

    Please add following code to Quick CSS in Enfold theme options

    .entry-content td { border: solid 1px #e1e1e1; }

    Best regards,
    Yigit

    #171281
    This reply has been marked as private.
    #171290

    Hey!

    Please try adding !important to it

    .entry-content td { border: solid 1px #e1e1e1!important; }

    Then flush your browser cache and refresh the page a few times. You can try adding it to Quick CSS as well

    Cheers!
    Yigit

    #171305

    Thank you, Yigit.

    The border is shown correctly now, however, as you can see, the form is not correctly formatted, the two cells on the left are taking more than half of the width and that leaves remaining four cells (product, price, quantity and total) all squeezed to the right.

    Thanks!

    #171309

    Hello!

    Please add following code as well

    .entry-content td { width: auto!important; }

    Cheers!
    Yigit

    #171383

    Yigit, that worked!! Great! Thank you so much for the help!

    One last thing that I just found, please let me know if you need access as it is related to customer order details, I found the email and telephone information is squeezed all together. please take a look at the screenshot .

    Thank you,

    Cheers!

    #171386

    Hello!

    You are welcome! You forgot to post the screenshot :) And yes, customer login could be good in case we need it

    Cheers!
    Yigit

    #171417
    This reply has been marked as private.
    #171590

    Hey!

    Please add following code to Quick CSS as well.

    .woocommerce-account dt { margin-right: 60px; }

    As far as i know, there is already a topic about it. And others are already working on it. So please do not redirect from one topic to another one.

    Regards,
    Yigit

    #171795

    Thank you, Yigit.

    Yes, all are fixed now. :)

    thanks again.

    #171832

    Hi!

    You are welcome,glad we could help! :)

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘shopping cart css issue’ is closed to new replies.