Title: Projects order
Last modified: April 11, 2019

---

# Projects order

 *  Resolved [Andre](https://wordpress.org/support/users/andrecsato/)
 * (@andrecsato)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/)
 * Hi,
 * The latest 2 projects I uploaded aren’t showing on the top – they are in the 
   bottom of the mosaic.
    Also, I’d like the mosaic to be centred, right now it’s
   on the left.
 * I need guidance! Please.
 * Additional info:
    – WordPress 5.1.1 – Mosaic ordered by “id” – Code in the page:
   <p>[row width=”boxed”]</p> <p>[heading title=”Portfolio”]selected projects from
   Behance[/heading]</p> [edsbportman layout_type=”single_cat” id=”1″ featured=”
   n” mosaic_style=”one” tile_margin=”20″ sct=”n” scd=”n” sci=”n” order_by=”id” 
   ordering=”asc” ] <p>[/row]</p>
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fprojects-order%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11419751)
 * Dear andrecsato,
 * Thanks for using the behance Portfolio Manager.
 * In your shortcode, notice this part:
    **order_by=”id” ordering=”asc”**
 * Please replace it by:
    **order_by=”b_create_date” ordering=”desc”**
 * This should arrange the project according to their behance creation date in Descending
   Order, i.e. newest first.
 * Please let me know if this works for you.
 *  Thread Starter [Andre](https://wordpress.org/support/users/andrecsato/)
 * (@andrecsato)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11420954)
 * Thanks for your quick response! This has worked.
 * Regarding making the mosaic with all projects centred, do you have any guidance?
 * Happy Friday
 * Andre
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11421173)
 * Dear Andre,
 * In order to center the projects, do the following:
 * 1. In the wordpress backend, go to Portfolio Manager > Settings > Advanced Tab
 * 2. Paste the following CSS in Custom CSS Box, and Save:
 *     ```
       .container > .eds-bpm-main{
       	max-width: 780px !important;
       }
       @media only screen and (max-width: 992px) {
       	.container > .eds-bpm-main{
       			max-width: 520px !important;
       		}
       }
       ```
   
 * This should make the projects centered across all the screens.
 * A happy weekend to you as well 🙂
 *  Thread Starter [Andre](https://wordpress.org/support/users/andrecsato/)
 * (@andrecsato)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11421342)
 * Thanks again for your quick response!
 * Apparently this Custom CSS Box doesn’t change anything on the mosaic placement.
 * Do you think it’s because I have it in a box? on the page code “[row width=”boxed”]”
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11421357)
 * Please add the CSS in the Custom CSS box and let me know.
    I’ll try to look at
   the issues via Inspect.
 *  Thread Starter [Andre](https://wordpress.org/support/users/andrecsato/)
 * (@andrecsato)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11421415)
 * Wait, it worked!
 * I think I wasn’t reloading my page enough to pull the updated version.
    Sorry
   about that.
 * Thanks, once again and have a good weekend!
 *  Plugin Author [eleopard](https://wordpress.org/support/users/eleopard/)
 * (@eleopard)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11421427)
 * God works in mysterious ways 😀
    A happy weekend to you as well.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Projects order’ is closed to new replies.

 * ![](https://ps.w.org/portfolio-manager-powered-by-behance/assets/icon-256x256.
   png?rev=1243928)
 * [Behance Portfolio Manager](https://wordpress.org/plugins/portfolio-manager-powered-by-behance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/portfolio-manager-powered-by-behance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/)
 * [Active Topics](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/portfolio-manager-powered-by-behance/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [eleopard](https://wordpress.org/support/users/eleopard/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/projects-order/#post-11421427)
 * Status: resolved