Okay
  Public Ticket #2051633
Posts in Bifrost: Place the title above categories in meta outside
Closed

Comments

  • Silvia_94 started the conversation

    Hi neuronthemes!

    Bifrost theme: how can I position the title above the categories in the meta outside?

    I would like a layout like portfolio boxed grid (see attachment).

    Thanks

  •  675
    Neuron replied

    Hi,

    Please edit the page with Elementor and edit the posts element, right after you edit the posts element you'll be able to select options on the left side of that element, so you can choose the meta outside type to make that happen.

    Please let me know if you need anything else.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Silvia_94 replied

    In > FunctionallyLayout Model I have selected > Meta Outside.

    After in > Meta I left only Thumbnail, Title and Categories, but the same problem always appears: catagories above the title (see attachment).

  •  675
    Neuron replied

    Hi,

    Ah, that's the blog not the portfolio, sorry about that. Here's the Custom CSS to fix that.

    .l-posts-wrapper .o-post .o-blog-post__content {
        display: flex;
        flex-direction: column;
    } .l-posts-wrapper .o-post .o-blog-post__content .o-blog-post__meta {
        order: 2;
    } .l-posts-wrapper .o-post .o-blog-post__content .o-blog-post__title {
        order: 1;
    } .l-posts-wrapper .o-post .o-blog-post__content p {
        order: 3;
    } .l-posts-wrapper .o-post .o-blog-post__content .o-blog-post__author {
        order: 4;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Silvia_94 replied

    Thank you so much Neuronthemes! I solved the problem :)

  •  675
    Neuron replied

    Good to know, you are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.