• Resolved aydan1

    (@aydan1)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    (@aydan1)

    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!

    Hi,
    can you try this

    aside:before{
    height:0;
    }
    

    in your custom CSS box?

    Thread Starter aydan1

    (@aydan1)

    It worked again!

    Thanks Fotis! 🙂

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

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