• Resolved meisterleise

    (@meisterleise)


    Nice! That helped me out! ๐Ÿ™‚
    But Iโ€™ve one problem: How can I expand the margin between two posts?
    padding-bottom and margin-bottom didnโ€™t work.

    .crp-list-item-title {
    margin-bottom: 30px;
    }

    this works for the widget in the side-bar. But it has no effect for the short-code.

    • This topic was modified 7 years, 3 months ago by meisterleise.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter meisterleise

    (@meisterleise)

    a) I also would like to have the images in the short-code in another size than in the sidebar.
    b) deactivate images in the short-code

    Plugin Author Brecht

    (@brechtvds)

    Try adding some CSS like this:

    .crp-list-item-title {
    margin-bottom: 30px !important;
    }
    .edgtf-post-content .crp-list-item-image img {
    max-width: 150px !important;
    }
    Thread Starter meisterleise

    (@meisterleise)

    Haha, that works!
    You’ve solved all my problems! So you’ve solved my day! ๐Ÿค 

    Thank you! ๐Ÿ™‚

    Thread Starter meisterleise

    (@meisterleise)

    p.s.: for my question b) I found the solution now, too:

    .edgtf-post-content .crp-list-item-image img {
    display: none;
    }

    At least one thing I figured out by myself. ๐Ÿ˜†

    • This reply was modified 7 years, 3 months ago by meisterleise.
    Plugin Author Brecht

    (@brechtvds)

    Oh right, forgot about that one. Happy to hear you got it!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom Styles’ is closed to new replies.