Christian_kas
-
Posts
7 -
Joined
-
Last visited
Reputation Activity
-
Christian_kas got a reaction from Beyondspace in Displaying links on mobile that are hidden by code used on the desktop version
@bangank36
yea! Finally.
Thank you very much!
-
Christian_kas reacted to Beyondspace in Displaying links on mobile that are hidden by code used on the desktop version
You can try adding to Home > Design > Custom Css
@media screen and (max-width: 1024px) { #header .header-menu-nav-folder:not([data-folder="root"]) .header-menu-nav-item { display: block; } } Let me know how it works on your site
-
Christian_kas reacted to Beyondspace in Displaying links on mobile that are hidden by code used on the desktop version
Glad it helps, you can mark it solved to help other people
Here is reference site of the css3 selector
https://www.w3schools.com/cssref/css_selectors.asp
-
Christian_kas reacted to paul2009 in Pages listed in folder do not appear on mobile
This item is hidden because you've added CSS to hide it. 😎 If you remove the CSS, it will work correctly.
If this post has helped you, please click a 'Like' or 'Thanks' icon below ⬇️
-
Christian_kas reacted to creedon in Sub-pages do not appear on mobile
The following custom CSS has been added to the site and is causing the issue.
@media screen and (max-width:1511px){#header .header-menu-nav-item:nth-child(2) {display:none}}