Title: under points
Last modified: August 15, 2018

---

# under points

 *  Resolved [aydan1](https://wordpress.org/support/users/aydan1/)
 * (@aydan1)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/under-points/)
 * Hello Community,
 * I have a question. In the mobile view does not show or open the subpoints. The
   problem also exists with the IPad. Is there a way to show these sub-points again?
   Subpoints would be with me on the page for example „Bücher“, called „books” in
   english.
 * Can someone help me with this problem?
 * Thanks a lot!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Funder-points%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/under-points/#post-10595311)
 * Hi there,
    this happens because of a custom css you have. Please either remove
   this
 *     ```
       .mm-listview .mm-next {
           display: none;
       }
       ```
   
 * or add this
 *     ```
       .mm-listview .mm-next {
           display: block!important;
       }
       ```
   
 * in your custom CSS box
 *  Thread Starter [aydan1](https://wordpress.org/support/users/aydan1/)
 * (@aydan1)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/under-points/#post-10600585)
 * Thanks Fotis, it worked 🙂
 * I have another question. Can you tell me how I delete the little black lines 
   in the sidebar in front of the titles? This can be seen for example on the “blog”
   page quite well.
 * Do you know the CSS code?
 * Thanks a lot!
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/under-points/#post-10600714)
 * Hi,
    can you try this
 *     ```
       aside:before{
       height:0;
       }
       ```
   
 * in your custom CSS box?
 *  Thread Starter [aydan1](https://wordpress.org/support/users/aydan1/)
 * (@aydan1)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/under-points/#post-10601124)
 * It worked again!
 * Thanks Fotis! 🙂

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

The topic ‘under points’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [aydan1](https://wordpress.org/support/users/aydan1/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/under-points/#post-10601124)
 * Status: resolved