• Resolved aubehuppe

    (@aubehuppe)


    I am having difficulties aligning the text in my wp-ecomm sidebar widgets. They are too far left, they should line up under the heading. Ex. Shopping Cart. This issue causes the text to run into the page information, making it is confusing to navigate.
    I have been trying to change variables in the style.css file but I can’t seem to find the correct one. I don’t have this problem with theme widgets only the wp-ecommerce widgets.

    http://www.dawndudek.com/ifyouloveitsomuch/products-page/singlepins/pin-3-morticia/

    Any help would be greatly appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you tried this CSS;

    .widget-inner p {
     padding-left: 20px;
    }

    ?

    Thread Starter aubehuppe

    (@aubehuppe)

    Thank you for your help Andrew. I added it in to style.css and tried it but unfortunately no luck.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this as well;

    .wpsc_product_donation {
     padding-left: 20px;
    }

    Thread Starter aubehuppe

    (@aubehuppe)

    Fantastic, that worked perfectly for the donation widget! I’ve just been trying a few options for the shopping cart, but no success yet. Would you be able to tell me what to use?

    Thread Starter aubehuppe

    (@aubehuppe)

    I just found it .shopping-cart-wrapper.
    Thank you so much Andrew!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP ecomm Widgets text alignment’ is closed to new replies.