Viewing 4 replies - 1 through 4 (of 4 total)
  • try to add something like these styles at the end of style.css of your theme:

    .widget_wp_sidebarlogin form { margin-left:8px; }
    .widget_wp_shopping_cart  .shopping-cart-wrapper p { margin-left: 8px; }
    Thread Starter GWAVE23

    (@gwave23)

    You my friend are a LEGEND! It works perfectly! Thanks a lot for the help

    There is just one thing. When you add something to the cart, then it drops out to the left again. How did I fix that part?

    Thanks

    just needs a few more styles:

    .widget_wp_shopping_cart  .shopping-cart-wrapper span { margin-left: 8px; }
    .widget_wp_shopping_cart  .shopping-cart-wrapper table { margin-left: 8px; }
    .widget_wp_shopping_cart  .shopping-cart-wrapper p span { margin-left:0; }
    .widget_wp_shopping_cart  .shopping-cart-wrapper span span { margin-left:0; }
    Thread Starter GWAVE23

    (@gwave23)

    Wow, I would have never figured that out. CSS isn’t my strong point 🙁

    Works perfectly, thanks a lot for your help. Much appreciated 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Widgets Not Displaying’ is closed to new replies.