This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Move “Author” & “Date”

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Move “Author” & “Date”

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #56852
    Steven EmerySteven Emery
    Participant

    is there a way to move the author and date on a result card, so they appear at the bottom?

    #56855
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Yes! It needs a bit of custom CSS, but it is possible to do:

    .asp_content {
        display: flex;
        flex-wrap: wrap;
        >* {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: 100%;
            order: 1;
        }
        .etc {
            order: 2;
        }   
    }
    #56856
    Steven EmerySteven Emery
    Participant

    that hasn’t worked 🙁

    #56857
    Ernest MarcinkoErnest Marcinko
    Keymaster

    May I take a look at it somewhere?

    #56858
    Steven EmerySteven Emery
    Participant

    it’s ok, i’ve managed to do it, but in Appearance/Customize/Additional CSS, rather than the Ajax CSS section.

    #56860
    Ernest MarcinkoErnest Marcinko
    Keymaster

    All right!

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