jcdflowers
Forum Replies Created
-
Forum: Plugins
In reply to: [Event CLNDR] Change date orderTHANKS so much for your quick response! That’s what I needed.
Forum: Plugins
In reply to: [Event CLNDR] Set event list to scrollTHANKS. Yours is a much better fix.
Forum: Plugins
In reply to: [Event CLNDR] Set event list to scrollGot what I wanted with css edit – add height and overflow.
.clndr-holder.clndr_mini-calendar .event-listing {
margin-top:1em;
font-size:1.1em;
height: 150px;
overflow: scroll;
}Forum: Plugins
In reply to: [Ebook Store] Display issue with Customizr themeIn the Plugin file (editor) I added motov’s 2nd suggestion to the bottom of component.css file. I was able move it higher by reducing the .bookshelf figure margin and padding numbers as well.
.bookshelf {
margin:0;
}Forum: Plugins
In reply to: [Ebook Store] Display issue with Customizr themeEmail sent.
Your first suggestion did not make any difference.
Your second suggestion moved it up slightly.Forum: Plugins
In reply to: [Ebook Store] Display issue with Customizr themeHow was the space issue resolved? I have the same issue using Sparkling theme http://colorlib.com/wp/sparkling. It would be good to see the solution on this page.