Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, this is more a theme settings. You need to increase the sidebar width to at least 350px. I have tested this settings and it works well.

    In regards to your Cart Title. You can delete the title from the following settings Shopping Cart title in the back end. Or you can add the following display: none; to the CSS class shopping_cart. For example,

    .shopping_cart #h2 [
    display: none;
    }

    Kind regards

    Thread Starter wscadm

    (@wscadm)

    Ok, thank you- I must have missed that obvious setting for the title.

    I really want to avoid widening my sidebar at all, would prefer to just change “Quantity” to “QTY”. Anywhere in the php I could do this?

    Thanks

    Thread Starter wscadm

    (@wscadm)

    Actually- I had to increase the sidebar beyond 350 to make it work, and it is far too wide for the ratio I prefer on my page. Thanks

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, did you check your padding? You might be able to decrease the padding to prevent increasing the sidebar beyond 350?

    Thread Starter wscadm

    (@wscadm)

    Thanks for the response- it turns out it is only an issue in Firefox. Chrome and IE seem to not produce this issue….I will check my padding also.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Make sure you have the latest version of Firefox?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am marking this support thread as resolved.

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Editing Cart text’ is closed to new replies.