Title: Css help please
Last modified: August 19, 2020

---

# Css help please

 *  [willpower1](https://wordpress.org/support/users/willpower1/)
 * (@willpower1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/css-help-please-15/)
 * Can anyone please help me tweak this css?
    I would like the “View cart” button
   to appear the same styling as that in the Nav Bar. IE. Square with padding around
   the text. You may need to add something to the cart to make this button appear.
 * /*.home .box-wrapper {margin-top: -20px !important;}*/
    a.button.wc-forward.btn-
   link { color: #fff; background: #dd0000; border-radius: 4px; padding: 32px; text-
   align: center; text-decoration: none; display: inline-block; font-size: 16px }
    -  This topic was modified 5 years, 9 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-help-please-15%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/css-help-please-15/#post-13278252)
 * In your `style.css` you unfortunately have:
 * `.btn-link { padding: 0 !important; }`
 * The `!important` rule means that this CSS rule takes precedence over any other
   similar rule that is also not `!important`. To make your padding take, you also
   need to make it `!important`:
 *     ```
       a.button.wc-forward.btn-link {
       	color: #fff;
       	background: #dd0000;
       	border-radius: 4px;
       	padding: 32px !important;
       	text-align: center;
       	text-decoration: none;
       	display: inline-block;
       	font-size: 16px;
       }
       ```
   
 *  Thread Starter [willpower1](https://wordpress.org/support/users/willpower1/)
 * (@willpower1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/css-help-please-15/#post-13278289)
 * Awesome. Thank you very much for that.

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

The topic ‘Css help please’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [willpower1](https://wordpress.org/support/users/willpower1/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/css-help-please-15/#post-13278289)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
