I'm creating a dropdown menu just with CSS (I followed this tutorial - http://kmturley.blogspot.pt/2014/06/responsive-mobile-dropdown-navigation.html).
I understood that with the selector ~ we can access to parent. My question is: is it possible to access to grandparent with this selector? (Or another one?) I really dont want to use javascript (or similar).
Thanks so much.