Featured post in single column, then two columns?
-
Hi, I would like to include a featured post in each category. For this I use the Category Sticky Post Plugin.
Since Hueman is by default in two columns, the featured post is shown along with the others. I would like to emphasize it and put the featured post in a single column, but keep the standard posts still in two columns.
I use a child theme and entered the following CSS:
.post-list .category-sticky {
width: 100%;
border:none;
background-color:#ccc;
}This is the result: the featured shows as desired, but then there’s a line break after the second instead of the third post being right next to it.
https://www.thomas-knip.de/bilder/screen.jpg
Any idea how I may resolve that?
- The topic ‘Featured post in single column, then two columns?’ is closed to new replies.