• Right now, the pictures are above the name, title, email and bio on the staff directory pages. How can I make the picture appear to the LEFT of these items?

Viewing 1 replies (of 1 total)
  • Plugin Author Brett Shumaker

    (@brettshumaker)

    Hey @staceysayswhat
    Without seeing your site, I can’t tell you exactly what will work, but something like this should get you close to what you want to see:

    div.staff-member img {
    	width: 30%;
    	height: auto;
    }
    
    .staff-member-info-wrap {
    	float: left;
    	width: 70%;
    	padding-left: 3%;
    	display: border-box;
    }
Viewing 1 replies (of 1 total)

The topic ‘Two Columns’ is closed to new replies.