Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #596805

    On the home page configured to display posts from the blog
    The miniature is added to each post of the blog.
    How to clean effect at hover miniature?
    http://imgur.com/UhJ5am4

    Below a post where to pass further, the text not all is displayed. The lower part is eaten http://imgur.com/FxDPzMR

    How to make the identical height of blocks?
    http://imgur.com/RrkVnws

    • This topic was modified 8 years ago by SenjaLp.
    #597989

    Hey Anton!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .home .avia-content-slider-inner .image-overlay {
        display: none!important;
    }
    .slide-entry-excerpt.entry-content {
        padding-bottom: 20px;
    }

    Regards,
    Yigit

    #598410

    Hi Yigit.
    Thanks for the solution of two points.
    How to set the identical height of blocks that all three were displayed exactly?

    #600079

    Hi,

    Sorry for the late reply, are you looking to have the buttons and dates on the same line? If so you would have to target each post individually and set separate CSS for each one of them. Please post a screenshot highlighting what you would like to achieve.

    Best regards,
    Rikard

    #600114

    hi Rikard.
    Yes, have correctly understood
    http://imgur.com/QV456Wu

    #601067

    Hey!

    Add this in the Quick CSS field:

    .home .slide-entry .slide-content {
        min-height: 380px;
    }

    Turn on the custom class field so that you can add a unique class selector to the blog post element. http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #601087

    Hi, Ishmael!
    thank you very much, you helped me :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Displays the blog post’ is closed to new replies.