Conversation
supportH Alan, sorry to bother you once more, but I try to reduce the margin between the items in the event list, and between the lines for one event. According to my understanding, this should be adjustable in the settings, tab styling, under Event Margin, and Margins and Padding (just above the category colors). But changing the values has no effect. Also not working is font size and header size (but we found a solution for that in my prvious post, so this is not as important). Thank you The page I need help with: [ log in to see the link]
Hi, Yes it appears they do not get applied. However these are are changeable by CSS of course as all those settings do is meant to apply CSS The top margin is set by your theme / block which may be configuable some other was but to remove it and make teh icons more like the others on page .mh-widget { margin-bottom: 0px; } then for the spacing of our plugin between events I suggest .qem { margin-bottom: 15px } for the lines inside I suggest .qem p, .qem h2 { margin: 0 0 2px 0; }
Great! Thank you so much!
A review of your support experience is always gratefully received https://wordpress.org/support/plugin/quick-event-manager/reviews/ Alan
Hi, Yes it appears they do not get applied. However these are are changeable by CSS of course as all those settings do is meant to apply CSS The top margin is set by your theme / block which may be configuable some other was but to remove it and make teh icons more like the others on page .mh-widget { margin-bottom: 0px; } then for the spacing of our plugin between events I suggest .qem { margin-bottom: 15px } for the lines inside I suggest .qem p, .qem h2 { margin: 0 0 2px 0; }
Great! Thank you so much!
A review of your support experience is always gratefully received https://wordpress.org/support/plugin/quick-event-manager/reviews/ Alan