Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3372899
Mega Menu - Posts Order
Closed

Comments

  • Max started the conversation

    Hello,

    how do we change the order of the posts inside the Mega Menu from the most recent (left) to the oldest (right)?

  •  2,280
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-mega-row {
        display: flex;
        flex-flow: row-reverse wrap;
    }

    Regards,
    PenciDesign.



  • Max replied

    thanks a lot, I will test it and let you know if any issues.