Title: Mobile Styling
Last modified: July 4, 2020

---

# Mobile Styling

 *  [norbertk](https://wordpress.org/support/users/norbertk/)
 * (@norbertk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-styling-4/)
 * I am customizing the Breadcrumb settings and have the Top Border Width set to
   40. I would like this to display as 0 on tablet and mobile devices. How can I
   add this into the stylesheet?

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

 *  [wpxolo](https://wordpress.org/support/users/wpxolo/)
 * (@wpxolo)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-styling-4/#post-13073044)
 * Hello [@norbertk](https://wordpress.org/support/users/norbertk/)
 * For this, please go to your theme Customizer -> Additional Css -> Paste the following
   code there
 *     ```
       @media (max-width: 991px) {
       	.breadcrumb-area {
       		border-top-width: 0;
       	}
       }
       ```
   
 * Let us know it will works for you.
    Thanks Xolo Team
    -  This reply was modified 5 years, 10 months ago by [wpxolo](https://wordpress.org/support/users/wpxolo/).
 *  Thread Starter [norbertk](https://wordpress.org/support/users/norbertk/)
 * (@norbertk)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-styling-4/#post-13074076)
 * Thanks, I needed to add !important for it to work. Does that seem right?
 *  [wpxolo](https://wordpress.org/support/users/wpxolo/)
 * (@wpxolo)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-styling-4/#post-13075464)
 * You can try without ‘important’, it will be work.

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

The topic ‘Mobile Styling’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/xolo/7.7/screenshot.jpg)
 * Xolo
 * [Support Threads](https://wordpress.org/support/theme/xolo/)
 * [Active Topics](https://wordpress.org/support/theme/xolo/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/xolo/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/xolo/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [wpxolo](https://wordpress.org/support/users/wpxolo/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/mobile-styling-4/#post-13075464)
 * Status: not resolved