Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author richardgabriel

    (@richardgabriel)

    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

    Thread Starter MikeInMass

    (@mikeinmass)

    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?

    Plugin Author richardgabriel

    (@richardgabriel)

    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

    Plugin Author richardgabriel

    (@richardgabriel)

    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.

    Plugin Author richardgabriel

    (@richardgabriel)

    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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Displaying date above content’ is closed to new replies.