Don't want text for Secondary Feature Content, but shows up when minimized
-
I didn’t want any post text to show up for the secondary feature content and I thought I had it working, however, when you start to minimize the window the text appears again and ruins the layout. How is this text coming back when it doesn’t show on full screen mode?
I think this is what does it. I created this site over a year ago. Now that I am looking at it it seems like I am just covering it, not actually removing the text
.featured-content-secondary article {
float: left;
height: 160px;
margin-left: 10px;
margin-right: 10px;
width: 220px;
}.featured-content-secondary {
overflow: hidden;
padding-top: 40px;
padding-bottom: 10px;
}
- The topic ‘Don't want text for Secondary Feature Content, but shows up when minimized’ is closed to new replies.