jm35
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom dropdown search for MMY for carsI got it to work by removing the custom fields and using Taxonomies for Year, Model, Style instead and then using the Search & Filter plugin!
Forum: Fixing WordPress
In reply to: Sidebar Widget not showing properlyGenius, that fixed it! Thanks so much
Forum: Fixing WordPress
In reply to: Sidebar Widget not showing properlyIn the Appearance > Customize > Additional CSS box?
I gave that a shot and cleared cache, doesn’t seem to have worked.
Forum: Fixing WordPress
In reply to: Sidebar Widget not showing properlyHere is all I see related to the sidebar in my custom.css:
#sidebar1 {
margin: 0px;
padding: 0px;
}#sidebar1 div.widget,
#sidebar1 div.widget_recent_entries {
margin: 15px 0px 0px 0px;
padding: 15px 15px;
clear: both;
background-color: #f9f9f9;
position: relative;
border: 1px solid #f1f1f1;
overflow: hidden;
}#sidebar1 h4 {
color: #072669;
font-size: 20px;
font-family: ‘Ruda’, sans-serif;
font-weight: 700;
margin-top: 0px;
padding: 10px 0px 5px 0px;
}#sidebar1 ul {
margin: 0 0 15px 0;
padding: 0px;
list-style: none;
}#sidebar1 ul li {
margin: 0;
padding: 0px;
}#sidebar1 ul li a,
#sidebar1 ul li a:visited {
font-family: ‘Ruda’, sans-serif;
}Forum: Fixing WordPress
In reply to: Sidebar Widget not showing properlyFor some reason I can’t find that line in my custom.css file
Forum: Fixing WordPress
In reply to: Sidebar Widget not showing properlyLifesaver! Thank you!