Joew21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mk] Set .navbar-default to collaps on mobile deviceMarked as Resolved then…
Forum: Themes and Templates
In reply to: [Mk] Set .navbar-default to collaps on mobile deviceHi, First off I used a plugin to set up a child theme. I’ve since forgotten the actual name of the plugin but there are loads out there.
I then went to the WordPress dashboard> Appearance > Edit
and placed the following code:
@media (max-width: 768px) {
.sidebar-nav.navbar-collapse {
height: 1px;
}
.sidebar-nav.navbar-collapse.in {
height: auto;
}
}
This ought to work. Post your results so we can help others
Peace…
Forum: Themes and Templates
In reply to: [Mk] Set .navbar-default to collaps on mobile deviceHi can you describe your particular issue.
Forum: Fixing WordPress
In reply to: On mobile devices & my menuHi dimitris,
Thank you… good suggestion.
I have found the answer to this issue already though.
I will share it here because I know it is still an issue.
The answer can be resolved through css. Create Child Theme and place this in the WordPress dashboard >Appearance>Editor>style.css
@media (max-width: 768px) {
.sidebar-nav.navbar-collapse {
height: 1px;
}
.sidebar-nav.navbar-collapse.in {
height: auto;
}
}Peace…
Can anyone else help with the codeing
laconic you seem to have a perfect remedy for this situation. Can you grant me access to some code which I can copy & past as my programming skills aren’t robust enough to follow you’re guide?
I was also wondering if by using this method I can enable Call to Action buttons for each image/slide.
Your assistance will be greatly appreciated.