Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1372562

    Hi,

    I would like change the info order in the post list.
    Now we have “read more” and date. We would like the date and “read more”
    Could you help me?
    Thanks advance,

    BR,

    Antonio.

    #1372584

    Hi Antonio,

    Try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .av-alb-blogposts .entry-content-wrapper {
        position: relative;
    }
    
    #top .av-alb-blogposts .entry-content-wrapper .entry-content {
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    
    #top .av-alb-blogposts .entry-content-wrapper .post-meta-infos {
        margin: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1372625

    Hi Nikko,

    Looks perfect, but the “read more” link doesn’t works.
    Could you help me?
    Many thanks,

    BR

    Antonio.

    #1372659

    Hi,

    Please try this CSS instead:

    #top .av-alb-blogposts .entry-content-wrapper {
        position: relative;
    }
    
    #top .av-alb-blogposts .entry-content-wrapper .entry-content {
        position: absolute;
        bottom: 25px;
        left: 0;
    }
    
    #top .av-alb-blogposts .entry-content-wrapper .post-meta-infos {
        margin: 0;
    }

    Best regards,
    Rikard

    #1372667

    Hi Rikard,

    Works perfect. Many thanks.

    BR

    Antonio.

    #1372674

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1372678

    Hi Rikard,

    Yes you can close.
    Thanks,

    BR,

    Antonio.

    #1372688

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change post lay out’ is closed to new replies.