Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1079825

    Hi! Under blog post i have removed the read more button, but it stills shows the space and some lines where it was.. is there some option to remove this space and make it the same for every post? i would like to display everything with the same height

    Thank you :)

    #1080838

    Hey Pcsanady,

    Could you post a link to where we can see the problem in question please?

    Best regards,
    Rikard

    #1081472

    Sure,

    under every post there’s an space, where “read more” should be, i would like to delete this space to make sure everything has the same space :D thanks

    #1082347

    Hi Pcsanady,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:767px){
        .avia-content-slider .slide-entry-wrap {
            margin-bottom: -10px;    
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1082607

    Nice! thank you it works perfectly! :D

    #1083234

    Hi Pcsanady,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.