Hi all,
I'm interested in the following topics, that I would like to discuss in this thread:
- Changing the number of the showed sticky posts in a row
- Selecting the sticky posts by the category instead of the tag
- Adding a sticking post column on the right side of the page
About the first topic, I didn't found the part of code that defines the number of post in the row. I found the size (that is, for example, 33% when the page is large) but it's not sufficient to reduce the size from 33% (1/3) to 25% (1/4).
The size is in the css entry:
.grid .featured-content .hentry {
width: 33%;
}
Any help?