Hey Mike!
Are you familiar with CSS? The best way to achieve these items is with CSS. I can provide some help with CSS — usually, we recommend using a tool like Firebug, styling things how you like, and then copying and pasting the CSS into our Custom CSS field.
The Pro version of the plugin also has custom HTML support, which would allow more control over where specific content appears, in the feed.
Thanks!
Richard
I am somewhat familiar with CSS, but adding the following to the “Custom CSS” box seems to have no effect. And even so, I would like the date to be at the top left, which I don’t think I can do with CSS.
.date {
float: top; !important
}
#ik_fb_widget .date {
float: top; !important
}
Any more suggestions?
Hey Mike!
Well, I’ve never seen a float: top; property before. You want to use a combination of absolute positioning of the element within its container that is relatively positioned.
Thanks!
Richard
Hey Mike!
I am marking this topic resolved, as I have not heard a response.
I hope everything is working well for you!
Best,
Richard
Can this technically be clarified? I’d like to put the elements in a different order.
Hey Jojakim!
This can all be controlled via CSS – are you well versed in it?
You will want the containing elements set to position relative, and the elements inside that container set to position absolute to attempt to reposition them.
You may also be able to reposition things using the Custom HTML controls – it really depends on what you want to move, specifically.
If you are a Pro user, contact me via [email protected] and I can provide some specific CSS to use for your implementation.
Best,
Richard