Title: Widget Title Alignment
Last modified: December 26, 2016

---

# Widget Title Alignment

 *  [rothaar](https://wordpress.org/support/users/rothaar/)
 * (@rothaar)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/widget-title-alignment-2/)
 * Hi,
    I did a Google search, but couldn’t find an answer, so I’m hoping you can
   help.
 * I found the code I can use to decrease the size of the cart. I set it to 80%.
   I also wanted to move the cart more to the right, i.e. centre it. I couldn’t 
   find the code to centre it so I used margins to move it. I’ve not set the margin
   on the right as it doesn’t seem to make a difference.
 *     ```
       .shopping_cart{
         margin-top: 15px;
         margin-bottom: 15px;
         margin-left: 40px;
       width: 80% !important;
       }
       ```
   
 * Unfortunately, this does not move the widget title. Is there a way to do it differently
   altogether or could I add code specifically for the widget title? I don’t know
   how to code and don’t know what to look for here. 🙁
 * Here is what the sidebar/shopping cart looks like with the above code: [http://www.screencast.com/t/y5YOJ00sQV](http://www.screencast.com/t/y5YOJ00sQV)
 * By the way: my theme lets me add CSS code so I didn’t install the recommended
   plugin.
 * Thank you for your help!

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

 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/widget-title-alignment-2/#post-8591773)
 * Hi, find out if your widget title has a class assigned to it. If it does then
   add the following to the class.
 * For example:
 *     ```
       .yourclass{
       text-align: center;
       }
       ```
   
 * Let me know how you go.
 * Regards
 *  Thread Starter [rothaar](https://wordpress.org/support/users/rothaar/)
 * (@rothaar)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/widget-title-alignment-2/#post-8592170)
 * Hi,
    thank you for your reply. 🙂 I think the class is ‘.sidebar’.
 * I’ve added:
 *     ```
       .sidebar{
       text-align: center;
       }
       ```
   
 * It centres the title, but unfortunately the cart image and the text below the
   image move with it. This is what it looks like: [http://www.screencast.com/t/A5QTlJew](http://www.screencast.com/t/A5QTlJew)
    -  This reply was modified 9 years, 5 months ago by [rothaar](https://wordpress.org/support/users/rothaar/).
    -  This reply was modified 9 years, 5 months ago by [rothaar](https://wordpress.org/support/users/rothaar/).
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/widget-title-alignment-2/#post-8592500)
 * That is probably because they all belong to the same class. Can you share your
   URL? I am curious to see if they do belong to the same class.
 * Thank you
 *  Thread Starter [rothaar](https://wordpress.org/support/users/rothaar/)
 * (@rothaar)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/widget-title-alignment-2/#post-8605729)
 * Hi
    sorry for the late reply. I don’t share the URLs to my websites anymore since
   I realised that brute force attacks and spam comments increased whenever I did
   that. If there’s a way to send you the URL privately I wouldn’t mind. 🙂
 * BTW: Could I hide the widget title somehow? It’s not really needed and it would
   solve my issue too.
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/widget-title-alignment-2/#post-8606451)
 * Hi, click on my name and go to my site. Then send me a message via my contact
   form so that you can share your URL.
 * Regards

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

The topic ‘Widget Title Alignment’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-simple-paypal-shopping-cart/assets/icon-128x128.
   png?rev=2722490)
 * [Simple Shopping Cart](https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/reviews/)

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)
 * [widget title](https://wordpress.org/support/topic-tag/widget-title/)

 * 5 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/widget-title-alignment-2/#post-8606451)
 * Status: not resolved