Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:
- Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
- use its “CSS Code” section of the dashboard to hold your CSS modifications:
-
(put this code in)
@media screen and (min-width: 768px) and (max-width: 1024px) {
body .navbar-nav>li {
float: none;
}
body .nav>li>a {
display: inline;
}
}
- Save
Alternatively use your Child Theme style.css file to hold your CSS modifications
thank you so much! works like a charm!
It didn’ work for me. 🙁
I have exactly the same problem. http://taraceas.es/
Anything else I can do, pleas?
Thanks!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
@david492, You’re using a caching plugin.
If a solution doesn’t work for you then the odds are something’s different; you’re not using the same environment or the issue is not actually the same. Never assume you have the exact same problem https://wordpress.org/support/theme/zerif-lite#postform