Not reading child theme?
-
I’d like to change the margin between the events on the sidebar, so I identified the item using Chrome inspect element, and then copy and pasted the correct code (I think) into the child theme style – style.css. I changed 30px to 10px.
.tribe-events-list-widget ol li {
margin-bottom: 10px;
list-style: none;
}However, when I save the code, and refresh the page, it has no effect. (when I change it in inspect element, it works great.)
Any ideas please?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not reading child theme?’ is closed to new replies.